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 fa4d21afd..b6f9d605a 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -312,7 +312,7 @@ static void progress_meter(int flag) | |||
312 | } | 312 | } |
313 | } | 313 | } |
314 | #else | 314 | #else |
315 | static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) { } | 315 | static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) {} |
316 | #endif | 316 | #endif |
317 | 317 | ||
318 | 318 | ||