diff options
author | George Hazan <ghazan@miranda.im> | 2017-05-14 20:34:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-05-14 20:34:59 +0300 |
commit | fdeeb9226bef15ce8cb188b9ceeb3f2a6f063b6c (patch) | |
tree | 9983e7ebef34abc90e8e333bd32c3c53528a7864 /libs/zlib/src/unzip.h | |
parent | cec4228b656b44a8cdde869c3031e6e62480688d (diff) |
Revert "zlib: updated to version 1.2.11"
This reverts commit cd6513f3037456f6c7c3a8d051be51d62cb9bd88.
Diffstat (limited to 'libs/zlib/src/unzip.h')
-rw-r--r-- | libs/zlib/src/unzip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zlib/src/unzip.h b/libs/zlib/src/unzip.h index 2104e39150..9c2d8c64d2 100644 --- a/libs/zlib/src/unzip.h +++ b/libs/zlib/src/unzip.h @@ -158,7 +158,7 @@ extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp) If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi or strcasecmp) - If iCaseSenisivity = 0, case sensitivity is defaut of your operating system + If iCaseSenisivity = 0, case sensitivity is default of your operating system (like 1 on Unix, 2 on Windows) */ |