diff options
Diffstat (limited to 'gzwrite.c')
-rw-r--r-- | gzwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ local int gz_comp(state, flush) | |||
74 | int flush; | 74 | int flush; |
75 | { | 75 | { |
76 | int ret; | 76 | int ret; |
77 | ssize_t got; | 77 | z_ssize_t got; |
78 | unsigned have; | 78 | unsigned have; |
79 | z_streamp strm = &(state->strm); | 79 | z_streamp strm = &(state->strm); |
80 | 80 | ||