X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=6d075c1d6822eea35cca78a19a0142ed64f305ec;hb=704bdde497da69854846d51d86c440fc980c5489;hp=577abacd163804a47c678f76db00d93fef6ea8f5;hpb=783f1bcf7d7429121a97eb0117bf444c1a59a28e;p=mmh diff --git a/uip/send.c b/uip/send.c old mode 100755 new mode 100644 index 577abac..6d075c1 --- a/uip/send.c +++ b/uip/send.c @@ -198,10 +198,10 @@ main (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [file] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case DRAFTSW: msgs[msgp++] = draft;