Don't require a length for switch prefixes without good reason.
[mmh] / uip / scan.c
index 085cc7f..269193f 100644 (file)
@@ -19,7 +19,7 @@ static struct swit switches[] = {
 #define WIDTHSW  1
        { "width columns", 0 },
 #define FILESW  2
-       { "file file", 4 },
+       { "file file", 0 },
 #define VERSIONSW 3
        { "Version", 0 },
 #define HELPSW  4