aboutsummaryrefslogtreecommitdiff
path: root/gzwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzwrite.c')
-rw-r--r--gzwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzwrite.c b/gzwrite.c
index 61a4de7..eb73d9c 100644
--- a/gzwrite.c
+++ b/gzwrite.c
@@ -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