diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/infback9/infback9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/infback9/infback9.c b/contrib/infback9/infback9.c index 3691d4a..05fb3e3 100644 --- a/contrib/infback9/infback9.c +++ b/contrib/infback9/infback9.c | |||
@@ -222,7 +222,7 @@ out_func out; | |||
222 | void FAR *out_desc; | 222 | void FAR *out_desc; |
223 | { | 223 | { |
224 | struct inflate_state FAR *state; | 224 | struct inflate_state FAR *state; |
225 | unsigned char FAR *next; /* next input */ | 225 | z_const unsigned char FAR *next; /* next input */ |
226 | unsigned char FAR *put; /* next output */ | 226 | unsigned char FAR *put; /* next output */ |
227 | unsigned have; /* available input */ | 227 | unsigned have; /* available input */ |
228 | unsigned long left; /* available output */ | 228 | unsigned long left; /* available output */ |