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