diff options
author | Matthias Klose <doko@ubuntu.com> | 2015-11-23 20:27:57 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2015-11-23 20:27:57 +0000 |
commit | cd9ec14217a566fa0ae12ccf34534cbb7680f5ab (patch) | |
tree | c0867a0d04452190fa29a7e38ad632c37d5221cd /zlib/zutil.c | |
parent | 4c93660449ea23e5eee1f8ce3e97129c7974b7fc (diff) | |
download | gcc-cd9ec14217a566fa0ae12ccf34534cbb7680f5ab.zip gcc-cd9ec14217a566fa0ae12ccf34534cbb7680f5ab.tar.gz gcc-cd9ec14217a566fa0ae12ccf34534cbb7680f5ab.tar.bz2 |
2015-11-23 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.8; merged local changes.
From-SVN: r230774
Diffstat (limited to 'zlib/zutil.c')
-rw-r--r-- | zlib/zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/zutil.c b/zlib/zutil.c index e1e463fa..5c660c7 100644 --- a/zlib/zutil.c +++ b/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 */ |