aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-20 21:28:36 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-20 21:28:36 +0000
commitd58c19479d4459923a36c94e5d0c94e8f40b7fd6 (patch)
tree79367577557f365b13c6324017f52f653959bac0
parenta8e2e1872a02fb1b5decfdc9664375edeff2fcbb (diff)
downloadbusybox-w32-d58c19479d4459923a36c94e5d0c94e8f40b7fd6.tar.gz
busybox-w32-d58c19479d4459923a36c94e5d0c94e8f40b7fd6.tar.bz2
busybox-w32-d58c19479d4459923a36c94e5d0c94e8f40b7fd6.zip
- small size tweak
-rw-r--r--coreutils/wc.c4
1 files changed, 2 insertions, 2 deletions
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)
81 unsigned u; 81 unsigned u;
82 int num_files = 0; 82 int num_files = 0;
83 int c; 83 int c;
84 char status = EXIT_SUCCESS; 84 smallint status = EXIT_SUCCESS;
85 char in_word; 85 smallint in_word;
86 unsigned print_type; 86 unsigned print_type;
87 87
88 print_type = getopt32(argc, argv, "lwcL"); 88 print_type = getopt32(argc, argv, "lwcL");