]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
Cleaned up test-utf8-body a bit.
[mmh] / uip / slocal.c
index cc3c8727c15dca04bed8015623939d072b45e565..80620a7a95f52878a9eebfad79d09148402d776b 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 */