From e26a448e9673d67dc2866e11a48d24fc352e5f80 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:15:17 -0700 Subject: zlib 1.0.2 --- infutil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infutil.c') 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; int r; { uInt n; - Bytef *p, *q; + Bytef *p; + Bytef *q; /* local copies of source and destination pointers */ p = z->next_out; -- cgit v1.2.3-55-g6feb