aboutsummaryrefslogtreecommitdiff
path: root/zlib/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/infback.c')
-rw-r--r--zlib/infback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/infback.c b/zlib/infback.c
index 79f022ac8..b0ff94bb6 100644
--- a/zlib/infback.c
+++ b/zlib/infback.c
@@ -256,7 +256,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 */