Don't require a length for switch prefixes without good reason.
[mmh] / uip / rcvdist.c
index d409b5c..fa2a170 100644 (file)
@@ -14,7 +14,7 @@
 
 static struct swit switches[] = {
 #define FORMSW  0
-       { "form formfile",  4 },
+       { "form formfile",  0 },
 #define VERSIONSW  1
        { "Version", 0 },
 #define HELPSW  2