]> git.marmaro.de Git - mmh/blobdiff - uip/prompter.c
Add/update copyright notice in all source code files.
[mmh] / uip / prompter.c
index fa1bfae8ec5f807c4ef90517dd61d65b0df710b2..bc194ffec3f508dc93c1cfc026176aeca54676ab 100644 (file)
@@ -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 <h/mh.h>
@@ -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);
 }