summaryrefslogtreecommitdiff
path: root/infutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'infutil.c')
-rw-r--r--infutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/infutil.c b/infutil.c
index 7099b6d..b56f8cd 100644
--- a/infutil.c
+++ b/infutil.c
@@ -26,7 +26,8 @@ z_stream *z;
26int r; 26int r;
27{ 27{
28 uInt n; 28 uInt n;
29 Bytef *p, *q; 29 Bytef *p;
30 Bytef *q;
30 31
31 /* local copies of source and destination pointers */ 32 /* local copies of source and destination pointers */
32 p = z->next_out; 33 p = z->next_out;