summaryrefslogtreecommitdiff
path: root/plugins/Zlib/src/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Zlib/src/infback.c')
-rw-r--r--plugins/Zlib/src/infback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zlib/src/infback.c b/plugins/Zlib/src/infback.c
index 981aff17c2..f3833c2e43 100644
--- a/plugins/Zlib/src/infback.c
+++ b/plugins/Zlib/src/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 */