X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=fef583e52b57de345769ac3a37437d5b490bb07e;hb=0ecdc197e9a9a4d2bb6dce395dea152fbc728b6b;hp=4133f866ef0640a6398cb0d4d3f4f4aaedf3bbf2;hpb=ccd3685b42cb198b11d2d4daabb58849d239df40;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 4133f86..fef583e 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++;