X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fprompter.c;h=bc194ffec3f508dc93c1cfc026176aeca54676ab;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hp=fa1bfae8ec5f807c4ef90517dd61d65b0df710b2;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/prompter.c b/uip/prompter.c index fa1bfae..bc194ff 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -3,6 +3,10 @@ * prompter.c -- simple prompting editor front-end * * $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 @@ -56,7 +60,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -397,7 +401,7 @@ no_body: unlink (tmpfil); context_save (); /* save the context file */ - done (0); + return done (0); }