X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhpath.c;h=bb77996cfa4456bc612bf10b75743c2caff4ddd4;hb=587e977a97865f091131355f6dd250ece99f7adb;hp=c4fd935b815e9a9b96ded8da99ffd3cc0e0d1ddf;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/mhpath.c b/uip/mhpath.c index c4fd935..bb77996 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -2,8 +2,6 @@ /* * mhpath.c -- print full pathnames of nmh messages and folders * - * $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. @@ -57,10 +55,10 @@ main(int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); } } if (*cp == '+' || *cp == '@') {