X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..c065080384e524f3afbae781492464f4661a55df:/uip/prompter.c diff --git a/uip/prompter.c b/uip/prompter.c index fa1bfae8..bc194ffe 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); }