diff options
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; |