Return instead of exit() at end of main()
This commit is contained in:
parent
ce55167487
commit
d243515fa7
@ -479,5 +479,5 @@ main (int argc, char **argv)
|
||||
else
|
||||
close_log_file ();
|
||||
|
||||
exit (EX_OK);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user