diff options
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 94b9b6954..1da18ff77 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -159,7 +159,7 @@ int wget_main(int argc, char **argv) | |||
159 | if (headers_llist) { | 159 | if (headers_llist) { |
160 | int size = 1; | 160 | int size = 1; |
161 | char *cp; | 161 | char *cp; |
162 | llist_t *ll = headers_llist = llist_rev(headers_llist); | 162 | llist_t *ll = headers_llist; |
163 | while (ll) { | 163 | while (ll) { |
164 | size += strlen(ll->data) + 2; | 164 | size += strlen(ll->data) + 2; |
165 | ll = ll->link; | 165 | ll = ll->link; |