diff options
Diffstat (limited to 'networking')
-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 f0ef3e4..181ea93 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -36,7 +36,7 @@ enum { STALLTIME = 5 }; #else -static inline void progressmeter(int flag) {} +static void progressmeter(int flag) {} #endif static void close_and_delete_outfile(FILE* output, char *fname_out, int do_continue) |