| Index: third_party/zlib/contrib/minizip/unzip.h
|
| diff --git a/third_party/zlib/contrib/minizip/unzip.h b/third_party/zlib/contrib/minizip/unzip.h
|
| index 3c0143529b914464781d7c6a4666c13232e0c5ca..80eb36e55a261d4c36b77de5b516c3a784e9f55c 100644
|
| --- a/third_party/zlib/contrib/minizip/unzip.h
|
| +++ b/third_party/zlib/contrib/minizip/unzip.h
|
| @@ -197,9 +197,9 @@
|
|
|
| extern int ZEXPORT unzClose OF((unzFile file));
|
| /*
|
| - Close a ZipFile opened with unzOpen.
|
| + Close a ZipFile opened with unzipOpen.
|
| If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
|
| - these files MUST be closed with unzCloseCurrentFile before call unzClose.
|
| + these files MUST be closed with unzipCloseCurrentFile before call unzipClose.
|
| return UNZ_OK if there is no problem. */
|
|
|
| extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
|
|
|