Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / mhmail.c
index f9dc33b..5171f4e 100644 (file)
@@ -21,7 +21,7 @@ static struct swit switches[] = {
 #define VERSIONSW          4
     { "version", 0 },
 #define        HELPSW             5
-    { "help", 4 },
+    { "help", 0 },
 #define        RESNDSW            6
     { "resent", -6 },
 #define        QUEUESW            7
@@ -187,6 +187,8 @@ main (int argc, char **argv)
        perror (postproc);
        _exit (-1);
     }
+
+    return 0;  /* dead code to satisfy the compiler */
 }