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 c72356d..134e10e 100644 --- a/test/minigzip.c +++ b/test/minigzip.c | |||
| @@ -303,7 +303,7 @@ static void error(const char *msg) { | |||
| 303 | #ifdef USE_MMAP /* MMAP version, Miguel Albrecht <malbrech@eso.org> */ | 303 | #ifdef USE_MMAP /* MMAP version, Miguel Albrecht <malbrech@eso.org> */ |
| 304 | 304 | ||
| 305 | /* Try compressing the input file at once using mmap. Return Z_OK if | 305 | /* Try compressing the input file at once using mmap. Return Z_OK if |
| 306 | * if success, Z_ERRNO otherwise. | 306 | * success, Z_ERRNO otherwise. |
| 307 | */ | 307 | */ |
| 308 | static int gz_compress_mmap(FILE *in, gzFile out) { | 308 | static int gz_compress_mmap(FILE *in, gzFile out) { |
| 309 | int len; | 309 | int len; |
