diff options
-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 */ |