diff options
Diffstat (limited to '')
| -rw-r--r-- | infutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ uInt inflate_mask[17] = { | |||
| 22 | /* copy as much as possible from the sliding window to the output area */ | 22 | /* copy as much as possible from the sliding window to the output area */ |
| 23 | int inflate_flush(s, z, r) | 23 | int inflate_flush(s, z, r) |
| 24 | inflate_blocks_statef *s; | 24 | inflate_blocks_statef *s; |
| 25 | z_stream *z; | 25 | z_streamp z; |
| 26 | int r; | 26 | int r; |
| 27 | { | 27 | { |
| 28 | uInt n; | 28 | uInt n; |
