diff options
Diffstat (limited to 'contrib/minizip/unzip.h')
-rw-r--r-- | contrib/minizip/unzip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h index 1410584..5cfc9c6 100644 --- a/contrib/minizip/unzip.h +++ b/contrib/minizip/unzip.h | |||
@@ -306,7 +306,7 @@ extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, | |||
306 | Get Info about the current file | 306 | Get Info about the current file |
307 | if pfile_info!=NULL, the *pfile_info structure will contain some info about | 307 | if pfile_info!=NULL, the *pfile_info structure will contain some info about |
308 | the current file | 308 | the current file |
309 | if szFileName!=NULL, the filemane string will be copied in szFileName | 309 | if szFileName!=NULL, the filename string will be copied in szFileName |
310 | (fileNameBufferSize is the size of the buffer) | 310 | (fileNameBufferSize is the size of the buffer) |
311 | if extraField!=NULL, the extra field information will be copied in extraField | 311 | if extraField!=NULL, the extra field information will be copied in extraField |
312 | (extraFieldBufferSize is the size of the buffer). | 312 | (extraFieldBufferSize is the size of the buffer). |