aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-08-06 13:56:45 +0200
committerMark Adler <madler@alumni.caltech.edu>2024-01-17 16:43:38 -0800
commitfe41d1892117fa81bd49f69b1c87d805635b853c (patch)
tree3cd9d5472ae157a81e44d835af916cb7ec852412 /test
parent01253ecd7e0a01d311670f2d03c61b82fc12d338 (diff)
downloadzlib-fe41d1892117fa81bd49f69b1c87d805635b853c.tar.gz
zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.tar.bz2
zlib-fe41d1892117fa81bd49f69b1c87d805635b853c.zip
Correct typos in source code.
Diffstat (limited to 'test')
-rw-r--r--test/minigzip.c2
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 */
308static int gz_compress_mmap(FILE *in, gzFile out) { 308static int gz_compress_mmap(FILE *in, gzFile out) {
309 int len; 309 int len;