juste change 0 with EXIT_SUCCESS

This commit is contained in:
Julien Danjou 2007-09-17 12:42:48 +02:00
parent c3bb58f47a
commit edf76900c4
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ main(int argc, char *argv[])
if(argc == 2 && !strcmp("-v", argv[1]))
{
printf("awesome-" VERSION " © 2007 Julien Danjou\n");
return 0;
return EXIT_SUCCESS;
}
else if(argc != 1)
eprint("usage: awesome [-v]\n");