Fixed broken swit numbering (there are more files to fix)
[mmh] / uip / viamail.c
index ccca115..25e65c2 100644 (file)
@@ -34,15 +34,15 @@ static struct swit switches[] = {
        { "description text", 0 },
 #define COMMENTSW  5
        { "comment text", 0 },
-#define VERBSW  7
+#define VERBSW  6
        { "verbose", 0 },
-#define NVERBSW  8
+#define NVERBSW  7
        { "noverbose", 0 },
-#define VERSIONSW  9
+#define VERSIONSW  8
        { "version", 0 },
-#define HELPSW  10
+#define HELPSW  9
        { "help", 0 },
-#define DEBUGSW  11
+#define DEBUGSW  10
        { "debug", -5 },
        { NULL, 0 }
 };