Updated zlib to 1.2.8.

This commit is contained in:
Roman Donchenko
2013-08-22 17:59:27 +04:00
parent 893e8b4371
commit 797beef383
19 changed files with 293 additions and 133 deletions

View File

@@ -14,7 +14,7 @@
struct internal_state {int dummy;}; /* for buggy compilers */
#endif
const char * const z_errmsg[10] = {
z_const char * const z_errmsg[10] = {
"need dictionary", /* Z_NEED_DICT 2 */
"stream end", /* Z_STREAM_END 1 */
"", /* Z_OK 0 */