1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00

exit with non-zero status if unable to open sysout or... (#496)

This commit is contained in:
Nick Briggs 2024-03-31 09:55:26 -07:00 committed by GitHub
parent 95f4ac8167
commit 400ccab637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ void print_Xusage(const char *prog)
-nh-loglevel level Loglevel for Dodo networking (0..2, optional, default: 0)\n\n");
#endif
fprintf(stderr, "Please refer to the manual for further information.\n\n");
exit(0);
exit(EXIT_FAILURE);
} /* end print_Xusage() */
/************************************************************************/