diff options
Diffstat (limited to 'src/qcommon/unzip.h')
-rw-r--r-- | src/qcommon/unzip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/unzip.h b/src/qcommon/unzip.h index b4a839b3..b22b72ea 100644 --- a/src/qcommon/unzip.h +++ b/src/qcommon/unzip.h @@ -136,11 +136,11 @@ extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, extern unzFile ZEXPORT unzOpen OF((const char *path)); /* Open a Zip file. path contain the full pathname (by example, - on a Windows XP computer "c:\\zlib\\zlib113.zip" or on an Unix computer + on a Windows XP computer "c:\\zlib\\zlib113.zip" or on a Unix computer "zlib/zlib113.zip". If the zipfile cannot be opened (file don't exist or in not valid), the return value is NULL. - Else, the return value is a unzFile Handle, usable with other function + Else, the return value is an unzFile Handle, usable with other function of this unzip package. */ |