Add/update copyright notice in all source code files.
[mmh] / uip / rmm.c
index 1b09907..a18c278 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -3,6 +3,10 @@
  * rmm.c -- remove a message(s)
  *
  * $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>
@@ -21,7 +25,7 @@ static struct swit switches[] = {
 #define VERSIONSW     2
     { "version", 0 },
 #define        HELPSW        3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -147,5 +151,5 @@ 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);
 }