diff options
Diffstat (limited to '')
-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 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 |
39 | static inline void progressmeter(int flag) {} | 39 | static void progressmeter(int flag) {} |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | static void close_and_delete_outfile(FILE* output, char *fname_out, int do_continue) | 42 | static void close_and_delete_outfile(FILE* output, char *fname_out, int do_continue) |