Skip to content

Commit

Permalink
Refer to correct function in contrib/minizip/unzip.c comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamLeara authored and madler committed Jan 17, 2024
1 parent 36e369e commit 762cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/minizip/unzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
const char unz_copyright[] =
" 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
{
ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */
Expand Down

0 comments on commit 762cf49

Please sign in to comment.