diff options
Diffstat (limited to 'wc.c')
-rw-r--r-- | wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |