summaryrefslogtreecommitdiffstats
path: root/lib/zlib/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlib/infback.c')
-rw-r--r--lib/zlib/infback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlib/infback.c b/lib/zlib/infback.c
index 981aff17c..f3833c2e4 100644
--- a/lib/zlib/infback.c
+++ b/lib/zlib/infback.c
@@ -255,7 +255,7 @@ out_func out;
void FAR *out_desc;
{
struct inflate_state FAR *state;
- unsigned char FAR *next; /* next input */
+ z_const unsigned char FAR *next; /* next input */
unsigned char FAR *put; /* next output */
unsigned have, left; /* available input and output */
unsigned long hold; /* bit buffer */