X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvpack.c;h=f9e5bbb62c1e54e022e9ea0c69b8f7673a084784;hb=8139180649a758e0766757952e87b20e88fdd3ed;hp=f03fc9953a1dfaaa09759ffd391fa1fe9b0c620f;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/rcvpack.c b/uip/rcvpack.c index f03fc99..f9e5bbb 100644 --- a/uip/rcvpack.c +++ b/uip/rcvpack.c @@ -2,8 +2,6 @@ /* * rcvpack.c -- append message to a file * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -65,10 +63,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 MBOXSW: mbx_style = MBOX_FORMAT;