Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
[oweals/busybox.git] / wc.c
diff --git a/wc.c b/wc.c
index 57bc7135a247591c258c20fdd951252a7afed398..bad03f79152fafb2be918ee223ccbf3eed4d67c5 100644 (file)
--- a/wc.c
+++ b/wc.c
@@ -166,5 +166,5 @@ int wc_main(int argc, char **argv)
                print_counts(total_lines, total_words, total_chars,
                                         max_length, "total");
        }
-       exit(TRUE);
+       return(TRUE);
 }