]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix minor merge conflict
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 12 May 2015 21:22:47 +0000 (23:22 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 12 May 2015 21:22:47 +0000 (23:22 +0200)
test/minigzip.c

index 23ee9265157677ce847e6a583a934695b985cc4f..4e589c2f7b8ade6bce97729701e914390ca88b97 100644 (file)
@@ -109,7 +109,7 @@ gzFile gz_open(const char *path, int fd, const char *mode)
     gz->strm.zalloc = myalloc;
     gz->strm.zfree = myfree;
     gz->strm.opaque = Z_NULL;
-    int level = Z_DEFAULT_COMPRESSION;
+
     const char *plevel = mode;
     while (*plevel) {
         if (*plevel >= '0' && *plevel <= '9') {