diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-28 23:37:46 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-28 23:37:46 +0000 |
commit | 601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b (patch) | |
tree | 79ad3707bb3374a2e429135ece7e604a26cde8c1 /networking/wget.c | |
parent | df38188367a9fe10cc4efc00d3236be05178ff4e (diff) | |
download | busybox-w32-601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b.tar.gz busybox-w32-601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b.tar.bz2 busybox-w32-601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b.zip |
od: sometime ago I landed BIG od implementation
from coreutils. My fault. This commit contains
cleanups and size reductions.
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c index 49ebda73c..028e18c73 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -139,7 +139,7 @@ int wget_main(int argc, char **argv) | |||
139 | { "passive-ftp", no_argument, NULL, 0xff }, | 139 | { "passive-ftp", no_argument, NULL, 0xff }, |
140 | { "header", required_argument, NULL, 0xfe }, | 140 | { "header", required_argument, NULL, 0xfe }, |
141 | { 0, 0, 0, 0 } | 141 | { 0, 0, 0, 0 } |
142 | }; | 142 | }; |
143 | applet_long_options = wget_long_options; | 143 | applet_long_options = wget_long_options; |
144 | #endif | 144 | #endif |
145 | opt_complementary = "-1" USE_FEATURE_WGET_LONG_OPTIONS(":\xfe::"); | 145 | opt_complementary = "-1" USE_FEATURE_WGET_LONG_OPTIONS(":\xfe::"); |