X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ccd3685b42cb198b11d2d4daabb58849d239df40..572cac455e444c60c4f7803d3e4b69fff89b9af2:/uip/spost.c diff --git a/uip/spost.c b/uip/spost.c index 4133f866..fef583e5 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -224,10 +224,10 @@ main (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [switches] file", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case DEBUGSW: debug++;