Decided that limiting the message number columns to 3 on my scan.MMDDYY and
[mmh] / uip / conflict.c
index 29a12e7..cac0ea8 100644 (file)
@@ -31,7 +31,7 @@ static struct swit switches[] = {
 #define VERSIONSW      2
     { "version", 0 },
 #define        HELPSW         3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -134,7 +134,7 @@ main (int argc, char **argv)
 #endif /* UCI */
     maildrops ();
 
-    done (0);
+    return done (0);
 }