diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-01 11:16:22 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-01 11:16:22 +0200 |
commit | ef15970d7ec904eb33ab572abc5de1f51b7e1cfa (patch) | |
tree | aa790e1e462f4aebba74dd18c96625f4395148de /networking | |
parent | 76d72376e0244a5cafd4880cdc623e37d86a75e4 (diff) | |
download | busybox-w32-ef15970d7ec904eb33ab572abc5de1f51b7e1cfa.tar.gz busybox-w32-ef15970d7ec904eb33ab572abc5de1f51b7e1cfa.tar.bz2 busybox-w32-ef15970d7ec904eb33ab572abc5de1f51b7e1cfa.zip |
*: placate some compile warnings on OSX
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-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 800ff76a6..8e642cbbe 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -1122,7 +1122,7 @@ static void download_one_url(const char *url) | |||
1122 | /* fall through */ | 1122 | /* fall through */ |
1123 | case 201: /* 201 Created */ | 1123 | case 201: /* 201 Created */ |
1124 | /* "The request has been fulfilled and resulted in a new resource being created" */ | 1124 | /* "The request has been fulfilled and resulted in a new resource being created" */ |
1125 | /* Standard wget is reported to treak this as success */ | 1125 | /* Standard wget is reported to treat this as success */ |
1126 | /* fall through */ | 1126 | /* fall through */ |
1127 | case 202: /* 202 Accepted */ | 1127 | case 202: /* 202 Accepted */ |
1128 | /* "The request has been accepted for processing, but the processing has not been completed" */ | 1128 | /* "The request has been accepted for processing, but the processing has not been completed" */ |