aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index f0ef3e485..181ea9397 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -36,7 +36,7 @@ enum {
36 STALLTIME = 5 36 STALLTIME = 5
37}; 37};
38#else 38#else
39static inline void progressmeter(int flag) {} 39static void progressmeter(int flag) {}
40#endif 40#endif
41 41
42static void close_and_delete_outfile(FILE* output, char *fname_out, int do_continue) 42static void close_and_delete_outfile(FILE* output, char *fname_out, int do_continue)