main exits instead of returns. Bloody SUNs
This commit is contained in:
parent
1ac5d646cf
commit
a1c73c0335
|
@ -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…
Reference in a new issue