summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 << {