diff options
author | Lionel Orry <lionel.orry@gmail.com> | 2011-04-21 09:21:54 +0200 |
---|---|---|
committer | jeremyz <jeremy@asynk.ch> | 2011-04-21 15:14:18 +0200 |
commit | 343b7e3e3b03bdb814a8c11e7688a0770ce99bc7 (patch) | |
tree | d7836e2c887c5ba91fa4c2c062d876d37cb51be0 /lib/efl | |
parent | a0ebdf466949c9e60a68f9ebbd7ab373018c07d6 (diff) | |
download | ffi-efl-343b7e3e3b03bdb814a8c11e7688a0770ce99bc7.zip ffi-efl-343b7e3e3b03bdb814a8c11e7688a0770ce99bc7.tar.gz |
warning--
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/ffi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ffi.rb b/lib/efl/ffi.rb index 9425fd3..bcd6777 100644 --- a/lib/efl/ffi.rb +++ b/lib/efl/ffi.rb @@ -12,7 +12,7 @@ module Efl def attach_fcts fcts fcts.each do |func| begin - attach_function *func + attach_function(*func) rescue Object => e puts "Could not attach #{func} #{e.message}" end |