main exits instead of returns. Bloody SUNs
This commit is contained in:
parent
574c6cc3be
commit
93a785cfaa
@ -105,7 +105,7 @@ main(argc, argv)
|
|||||||
hash_stat();
|
hash_stat();
|
||||||
#endif DEBUG
|
#endif DEBUG
|
||||||
|
|
||||||
return err_occurred;
|
exit(err_occurred);
|
||||||
}
|
}
|
||||||
|
|
||||||
char *source = 0;
|
char *source = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user