X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fcomp.c;h=1aca23a7855508254ffa57265b2ffa78cb7d28e7;hp=e40c968805f09782b8d67bcbca365097440e6045;hb=389877bae1fe1a9f7259b8979f6a930744d90fab;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/comp.c b/uip/comp.c index e40c968..1aca23a 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -3,6 +3,10 @@ * comp.c -- compose a message * * $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 @@ -34,7 +38,7 @@ static struct swit switches[] = { #define VERSIONSW 11 { "version", 0 }, #define HELPSW 12 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -302,5 +306,5 @@ edit_it: if (nwhat) done (0); what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd); - done (1); + return done (1); }