commit | d58c19479d4459923a36c94e5d0c94e8f40b7fd6 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Sat Jan 20 21:28:36 2007 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Sat Jan 20 21:28:36 2007 +0000 |
tree | 79367577557f365b13c6324017f52f653959bac0 | |
parent | a8e2e1872a02fb1b5decfdc9664375edeff2fcbb [diff] [blame] |
- small size tweak
diff --git a/coreutils/wc.c b/coreutils/wc.c index 973929e..d89cb45 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c
@@ -81,8 +81,8 @@ unsigned u; int num_files = 0; int c; - char status = EXIT_SUCCESS; - char in_word; + smallint status = EXIT_SUCCESS; + smallint in_word; unsigned print_type; print_type = getopt32(argc, argv, "lwcL");