Refer to correct function in contrib/minizip/unzip.c comment.

This commit is contained in:
William Leara 2023-12-11 12:01:52 -06:00 committed by Mark Adler
parent 36e369e1a5
commit 762cf49e63
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
const char unz_copyright[] = const char unz_copyright[] =
" unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; " unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll";
/* unz_file_info_interntal contain internal info about a file in zipfile*/ /* unz_file_info64_internal contain internal info about a file in zipfile*/
typedef struct unz_file_info64_internal_s typedef struct unz_file_info64_internal_s
{ {
ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */ ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */