From: Bernhard Reutner-Fischer Date: Sat, 20 Jan 2007 21:28:36 +0000 (-0000) Subject: - small size tweak X-Git-Tag: 1_5_1~345 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d58c19479d4459923a36c94e5d0c94e8f40b7fd6;p=oweals%2Fbusybox.git - small size tweak --- diff --git a/coreutils/wc.c b/coreutils/wc.c index 973929ebe..d89cb45f6 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -81,8 +81,8 @@ int wc_main(int argc, char **argv) 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");