diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ | |||
14 | struct internal_state {int dummy;}; /* for buggy compilers */ | 14 | struct internal_state {int dummy;}; /* for buggy compilers */ |
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | const char * const z_errmsg[10] = { | 17 | z_const char * const z_errmsg[10] = { |
18 | "need dictionary", /* Z_NEED_DICT 2 */ | 18 | "need dictionary", /* Z_NEED_DICT 2 */ |
19 | "stream end", /* Z_STREAM_END 1 */ | 19 | "stream end", /* Z_STREAM_END 1 */ |
20 | "", /* Z_OK 0 */ | 20 | "", /* Z_OK 0 */ |