aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/wget.c')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index a77a2add7..dc1dc2ad9 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -387,7 +387,7 @@ static char *gethdr(char *buf, size_t bufsiz, FILE *fp /*, int *istrunc*/)
387 387
388 388
389int wget_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 389int wget_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
390int wget_main(int argc, char **argv) 390int wget_main(int argc ATTRIBUTE_UNUSED, char **argv)
391{ 391{
392 char buf[512]; 392 char buf[512];
393 struct host_info server, target; 393 struct host_info server, target;