* uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
[mmh] / uip / whom.c
index aeb8d3b..d04ef27 100644 (file)
@@ -3,6 +3,10 @@
  * whom.c -- report to whom a message would be sent
  *
  * $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>
@@ -27,7 +31,7 @@ static struct swit switches[] = {
 #define VERSIONSW           7
     { "version", 0 },
 #define        HELPSW              8
-    { "help", 4 },
+    { "help", 0 },
 #define        CLIESW              9
     { "client host", -6 },
 #define        SERVSW             10
@@ -185,5 +189,5 @@ main (int argc, char **argv)
            done (status);
     }
 
-    exit (-1); /* NOT REACHED */
+    return 0;  /* dead code to satisfy the compiler */
 }