summaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-03 22:32:49 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-03 22:32:49 +0000
commitf1ff077ba4aaaa6b3b74ee72e5b95f34e79da9a5 (patch)
tree62888a5274d470784bb7431e507f40f39e4e00eb /zutil.c
parent11598cceda4aa6b2db006d9dc3b7c80e9e727174 (diff)
Notes
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.c b/zutil.c
index 65e0d3b72b05..23d2ebef008f 100644
--- a/zutil.c
+++ b/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 */