diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-05 06:10:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-05 06:10:16 +0000 |
commit | 771947f7607661e13357caebb7c2b27dc474be88 (patch) | |
tree | 5f6fa6ac96082df8d29f43504965c405cf7afaa2 /plugins/Zlib/src/zutil.c | |
parent | cfe8ca0a75ce9dcb2044e6e17f40b294f35d6366 (diff) |
zlib update to 1.2.8
git-svn-id: http://svn.miranda-ng.org/main/trunk@5582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Zlib/src/zutil.c')
-rw-r--r-- | plugins/Zlib/src/zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zlib/src/zutil.c b/plugins/Zlib/src/zutil.c index 65e0d3b72b..23d2ebef00 100644 --- a/plugins/Zlib/src/zutil.c +++ b/plugins/Zlib/src/zutil.c @@ -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 */ |