diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-09 00:34:31 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-07-10 00:06:23 +0200 |
commit | 5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d (patch) | |
tree | 88a9dda6136c596d1ac48063e7f05b7aec5561a8 /lib/zlib/zutil.c | |
parent | Network: Fixed ServerHandle's address formatting. (diff) | |
download | cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.tar cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.tar.gz cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.tar.bz2 cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.tar.lz cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.tar.xz cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.tar.zst cuberite-5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d.zip |
Diffstat (limited to 'lib/zlib/zutil.c')
-rw-r--r-- | lib/zlib/zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |