]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / whom.c
index aeb8d3b660ea3b167e6c2e72c202e73422a1e1ac..5d7172e4134873e8d920f6927cf1d403ab29ab4e 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 */
 }