diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:15:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:15:17 -0700 |
commit | e26a448e9673d67dc2866e11a48d24fc352e5f80 (patch) | |
tree | a2dc10debfd34979dde501afbf1cce6a6c3cbcb7 /infutil.c | |
parent | 423eb40306489f9c88f7dba32c2f69179166730b (diff) | |
download | zlib-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ z_stream *z; | |||
26 | int r; | 26 | int 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; |