From 5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 8 May 2015 23:34:31 +0100 Subject: Updated zlib --- lib/zlib/zutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zlib/zutil.c') diff --git a/lib/zlib/zutil.c b/lib/zlib/zutil.c index 65e0d3b72..23d2ebef0 100644 --- a/lib/zlib/zutil.c +++ b/lib/zlib/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 */ -- cgit v1.2.3