diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-03 21:22:27 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-03 21:22:27 +0200 |
commit | 5b0c3cb9366a9928d6f069946a743ad3b818f61a (patch) | |
tree | 1ed425bcc00a38f15bada3a24b098b431652dddf /test | |
parent | 38539b2515507e78415a0b40f496c74bb11b9d79 (diff) | |
download | ffi-efl-5b0c3cb9366a9928d6f069946a743ad3b818f61a.zip ffi-efl-5b0c3cb9366a9928d6f069946a743ad3b818f61a.tar.gz |
small typo
Diffstat (limited to 'test')
-rw-r--r-- | test/test_evas.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_evas.rb b/test/test_evas.rb index 6ea6266..3fabb42 100644 --- a/test/test_evas.rb +++ b/test/test_evas.rb @@ -32,7 +32,7 @@ end # def draw_scene c updates = c.render_updates - Evas::render_updates_free updates + Evas.render_updates_free updates # FIXME needs EinaRectangle # require 'efl/eina/eina_list' # updates = Eina::EinaList.new c.render_updates |