summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-25 21:39:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-25 21:39:31 +0100
commit42b4b9aba1d9e8be86d565a4846ce44549e0ddb4 (patch)
treebe6abb3a2efe0833318cd22f3b4d53d7cd58fb53 /tools
parent533338ea355b5a272f27e803da17201e83c8f0b9 (diff)
downloadffi-efl-42b4b9aba1d9e8be86d565a4846ce44549e0ddb4.zip
ffi-efl-42b4b9aba1d9e8be86d565a4846ce44549e0ddb4.tar.gz
rename module EMap->Emap
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 6e5ecdf..8bb4513 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -321,7 +321,7 @@ libs << {
}
libs << {
:lib=>'emap', :header=>'EMap.h',
- :modname=>'EMap', :prefix=>'emap', :outfile=>'emap.rb',
+ :modname=>'Emap', :prefix=>'emap', :outfile=>'emap.rb',
:requires=>['efl/native/eina_list']
}
libs << {