1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-15 04:06:19 +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

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() */
/************************************************************************/