From 601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 28 Nov 2006 23:37:46 +0000 Subject: od: sometime ago I landed BIG od implementation from coreutils. My fault. This commit contains cleanups and size reductions. --- networking/wget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/wget.c') 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) { "passive-ftp", no_argument, NULL, 0xff }, { "header", required_argument, NULL, 0xfe }, { 0, 0, 0, 0 } -}; + }; applet_long_options = wget_long_options; #endif opt_complementary = "-1" USE_FEATURE_WGET_LONG_OPTIONS(":\xfe::"); -- cgit v1.2.3