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) | |||
166 | print_counts(total_lines, total_words, total_chars, | 166 | print_counts(total_lines, total_words, total_chars, |
167 | max_length, "total"); | 167 | max_length, "total"); |
168 | } | 168 | } |
169 | exit(TRUE); | 169 | return(TRUE); |
170 | } | 170 | } |