Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index 44f23884c5d61e5ad1dc0bda981c2b22f06b173c..304d664853953d21ac32a44c82a2ddbead68728f 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -101,5 +101,5 @@ extern int mt_main(int argc, char **argv)
                exit (FALSE);
        }
 
-       exit (TRUE);
+       return (TRUE);
 }