diff options
Diffstat (limited to 'gzip.c')
-rw-r--r-- | gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ static void clear_bufs(void) | |||
354 | bytes_in = 0L; | 354 | bytes_in = 0L; |
355 | } | 355 | } |
356 | 356 | ||
357 | static void write_error_msg() | 357 | static void write_error_msg(void) |
358 | { | 358 | { |
359 | fprintf(stderr, "\n"); | 359 | fprintf(stderr, "\n"); |
360 | perror(""); | 360 | perror(""); |