Cleaned up test-utf8-body a bit.
[mmh] / uip / slocal.c
index cc3c872..80620a7 100644 (file)
@@ -225,10 +225,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf),
                        "%s [switches] [address info sender]", invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case ADDRSW: 
                    if (!(addr = *argp++))/* allow -xyz arguments */