Add missing arg

SVN revision: 23028
This commit is contained in:
sebastid 2006-05-31 18:37:39 +00:00 committed by sebastid
parent a17c875ddc
commit 1785533467
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ app_start(int argc, const char **argv)
"%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;