Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_evas_test_app.c 


Log Message:
Add missing arg

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/bin/ecore_evas_test_app.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ecore_evas_test_app.c       8 Apr 2006 01:16:11 -0000       1.11
+++ ecore_evas_test_app.c       31 May 2006 18:37:39 -0000      1.12
@@ -125,7 +125,7 @@
               "%s -buf       Test ecore_evas in the Buffer\n"
               "%s -buf2      Test ecore_evas in the Image Buffer\n"
               "%s -h         Display this help\n",
-              argv[0], argv[0], argv[0], argv[0], argv[0], argv[0], argv[0]);
+              argv[0], argv[0], argv[0], argv[0], argv[0], argv[0], argv[0], 
argv[0]);
        ecore_evas_shutdown();
        ecore_shutdown();
        return 0;




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to