Can't use -ansi with gcc 4.5.3 on Cygwin, at least through setup
[mmh] / uip / viamail.c
index 12412c7..6e47ea5 100644 (file)
@@ -91,10 +91,10 @@ main (int argc, char **argv)
            case HELPSW: 
                snprintf (buf, sizeof(buf), "%s [switches]", invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
     
            case TOSW:
                if (!(f1 = *argp++))