fix exit status in case of an error

SVN revision: 13415
This commit is contained in:
tsauerbeck 2005-02-17 19:49:54 +00:00 committed by tsauerbeck
parent a34850b071
commit cf1af057cc
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ int main(int argc, char **argv)
if (argc < 2)
{
main_help();
exit(0);
exit(1);
}
edje_init();
@ -74,7 +74,7 @@ int main(int argc, char **argv)
if (!collections)
{
main_help();
exit(0);
exit(1);
}
if (file_out)