diff options
Diffstat (limited to '')
-rw-r--r-- | test/minigzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/minigzip.c b/test/minigzip.c index b3025a4..f4ffbe2 100644 --- a/test/minigzip.c +++ b/test/minigzip.c | |||
@@ -333,7 +333,7 @@ const char *gzerror(gz, err) | |||
333 | 333 | ||
334 | #endif | 334 | #endif |
335 | 335 | ||
336 | char *prog; | 336 | static char *prog; |
337 | 337 | ||
338 | void error OF((const char *msg)); | 338 | void error OF((const char *msg)); |
339 | void gz_compress OF((FILE *in, gzFile out)); | 339 | void gz_compress OF((FILE *in, gzFile out)); |