diff options
Diffstat (limited to 'lib/efl/native')
-rw-r--r-- | lib/efl/native/eina_log.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/eina_log.rb b/lib/efl/native/eina_log.rb index 66c86de..dd32725 100644 --- a/lib/efl/native/eina_log.rb +++ b/lib/efl/native/eina_log.rb @@ -5,7 +5,7 @@ require 'efl/ffi' # module Efl # - module Eina + module EinaLog # def self.method_missing m, *args, &block sym = 'eina_log_'+m.to_s |