Import zlib 1.2.8 with local change merged in.
[deliverable/binutils-gdb.git] / zlib / zutil.c
index e1e463fa9602de94acfa8c771dd28675e937b269..5c660c7e63bd7d3a99fd722788c03dea5c47a9df 100644 (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  */
This page took 0.022534 seconds and 4 git commands to generate.