diff options
author | William Leara <william.leara@dell.com> | 2023-12-11 12:01:52 -0600 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 12:46:14 -0800 |
commit | 762cf49e6368af44dface31e809e69bd4ef7808f (patch) | |
tree | 7bc3023b9f260c043d30a45502781a5679de94dd | |
parent | 36e369e1a54b35a978dc584496af69a07ec2d71a (diff) | |
download | zlib-762cf49e6368af44dface31e809e69bd4ef7808f.tar.gz zlib-762cf49e6368af44dface31e809e69bd4ef7808f.tar.bz2 zlib-762cf49e6368af44dface31e809e69bd4ef7808f.zip |
Refer to correct function in contrib/minizip/unzip.c comment.
-rw-r--r-- | contrib/minizip/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index ed763f8..8c42af6 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -117,7 +117,7 @@ | |||
117 | const char unz_copyright[] = | 117 | const char unz_copyright[] = |
118 | " unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; | 118 | " unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; |
119 | 119 | ||
120 | /* unz_file_info_interntal contain internal info about a file in zipfile*/ | 120 | /* unz_file_info64_internal contain internal info about a file in zipfile*/ |
121 | typedef struct unz_file_info64_internal_s | 121 | typedef struct unz_file_info64_internal_s |
122 | { | 122 | { |
123 | ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */ | 123 | ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */ |