summaryrefslogtreecommitdiffstats
path: root/lib/efl/ffi.rb
diff options
context:
space:
mode:
authorLionel Orry <lionel.orry@gmail.com>2011-04-21 09:21:54 +0200
committerjeremyz <jeremy@asynk.ch>2011-04-21 15:14:18 +0200
commit343b7e3e3b03bdb814a8c11e7688a0770ce99bc7 (patch)
treed7836e2c887c5ba91fa4c2c062d876d37cb51be0 /lib/efl/ffi.rb
parenta0ebdf466949c9e60a68f9ebbd7ab373018c07d6 (diff)
downloadffi-efl-343b7e3e3b03bdb814a8c11e7688a0770ce99bc7.zip
ffi-efl-343b7e3e3b03bdb814a8c11e7688a0770ce99bc7.tar.gz
warning--
Diffstat (limited to 'lib/efl/ffi.rb')
-rw-r--r--lib/efl/ffi.rb2
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