X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frefile.c;h=9e1ed2077a168919e9be26cad3c865318c313d4d;hb=ae5aae7b9c72dbff21f87bbc6e783d7cec1941a9;hp=83e56395b6be6b3cdf0d3428366c8a6ba887c820;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/refile.c b/uip/refile.c index 83e5639..9e1ed20 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -4,6 +4,10 @@ * -- into one or more destination 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. */ #include @@ -43,7 +47,7 @@ static struct swit switches[] = { #define VERSIONSW 11 { "version", 0 }, #define HELPSW 12 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -280,7 +284,7 @@ main (int argc, char **argv) context_replace (pfolder, folder); /* update current folder */ context_save (); /* save the context file */ folder_free (mp); /* free folder structure */ - done (0); + return done (0); }