summaryrefslogtreecommitdiff
path: root/infutil.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:15:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:15:17 -0700
commite26a448e9673d67dc2866e11a48d24fc352e5f80 (patch)
treea2dc10debfd34979dde501afbf1cce6a6c3cbcb7 /infutil.c
parent423eb40306489f9c88f7dba32c2f69179166730b (diff)
downloadzlib-1.0.2.tar.gz
zlib-1.0.2.tar.bz2
zlib-1.0.2.zip
zlib 1.0.2v1.0.2
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;