Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / whom.c
index aeb8d3b..5d7172e 100644 (file)
@@ -27,7 +27,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 +185,5 @@ main (int argc, char **argv)
            done (status);
     }
 
-    exit (-1); /* NOT REACHED */
+    return 0;  /* dead code to satisfy the compiler */
 }