diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-08-06 13:56:45 +0200 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 16:43:38 -0800 |
| commit | fe41d1892117fa81bd49f69b1c87d805635b853c (patch) | |
| tree | 3cd9d5472ae157a81e44d835af916cb7ec852412 /test | |
| parent | 01253ecd7e0a01d311670f2d03c61b82fc12d338 (diff) | |
| download | zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.tar.gz zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.tar.bz2 zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.zip | |
Correct typos in source code.
Diffstat (limited to 'test')
| -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; |
