Require at least 2 chars for `no' variants of switches.
[mmh] / uip / ap.c
index 3bb2bf0..9f8e6f0 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -20,7 +20,7 @@ static struct swit switches[] = {
 #define NORMSW 1
        { "normalize", 0 },
 #define NNORMSW 2
 #define NORMSW 1
        { "normalize", 0 },
 #define NNORMSW 2
-       { "nonormalize", 0 },
+       { "nonormalize", 2 },
 #define VERSIONSW 3
        { "Version", 0 },
 #define HELPSW 4
 #define VERSIONSW 3
        { "Version", 0 },
 #define HELPSW 4