diff options
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index 57bc7135a..bad03f791 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -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 | } |