From 2527c06659f34daa5604f78f34f0a24e7efd7f39 Mon Sep 17 00:00:00 2001 From: Lionel Orry Date: Mon, 2 May 2011 15:59:38 +0800 Subject: use a real variable instead of an uninitialized one --- spec/ecore_getopt_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ecore_getopt_spec.rb b/spec/ecore_getopt_spec.rb index 6deb7cd..f41e08b 100644 --- a/spec/ecore_getopt_spec.rb +++ b/spec/ecore_getopt_spec.rb @@ -66,7 +66,7 @@ describe Efl::EcoreGetopt do # @p.append 'a', 'append', 'store append', :ecore_getopt_type_int @p.count 'k', 'count', 'store count' @p.value :intp, @values[:count] - @p.callback_args 'b', 'callback', 'callback full', @meta, @callback, @cb_data + @p.callback_args 'b', 'callback', 'callback full', @meta1, @callback, @cb_data @p.value :intp, @values[:callback] @p.create # puts @p.debug -- cgit v1.1-2-g2b99