aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWilliam Leara <william.leara@dell.com>2023-12-11 12:01:52 -0600
committerMark Adler <madler@alumni.caltech.edu>2024-01-17 12:46:14 -0800
commit762cf49e6368af44dface31e809e69bd4ef7808f (patch)
tree7bc3023b9f260c043d30a45502781a5679de94dd /contrib
parent36e369e1a54b35a978dc584496af69a07ec2d71a (diff)
downloadzlib-762cf49e6368af44dface31e809e69bd4ef7808f.tar.gz
zlib-762cf49e6368af44dface31e809e69bd4ef7808f.tar.bz2
zlib-762cf49e6368af44dface31e809e69bd4ef7808f.zip
Refer to correct function in contrib/minizip/unzip.c comment.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/minizip/unzip.c2
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 @@
117const char unz_copyright[] = 117const 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*/
121typedef struct unz_file_info64_internal_s 121typedef 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 */