diff options
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ out_func out; | |||
255 | void FAR *out_desc; | 255 | void FAR *out_desc; |
256 | { | 256 | { |
257 | struct inflate_state FAR *state; | 257 | struct inflate_state FAR *state; |
258 | unsigned char FAR *next; /* next input */ | 258 | z_const unsigned char FAR *next; /* next input */ |
259 | unsigned char FAR *put; /* next output */ | 259 | unsigned char FAR *put; /* next output */ |
260 | unsigned have, left; /* available input and output */ | 260 | unsigned have, left; /* available input and output */ |
261 | unsigned long hold; /* bit buffer */ | 261 | unsigned long hold; /* bit buffer */ |