diff options
Diffstat (limited to 'dep/zlib/infback.c')
| -rw-r--r-- | dep/zlib/infback.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dep/zlib/infback.c b/dep/zlib/infback.c index 981aff17c2d..f3833c2e434 100644 --- a/dep/zlib/infback.c +++ b/dep/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 */ | 
