From d004b047838a7e803818b4973a2e39e0ff8c1fa2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:26:49 -0700 Subject: zlib 1.2.3.5 --- inflate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inflate.h') diff --git a/inflate.h b/inflate.h index ba03e7c..95f4986 100644 --- a/inflate.h +++ b/inflate.h @@ -92,7 +92,7 @@ struct inflate_state { unsigned wbits; /* log base 2 of requested window size */ unsigned wsize; /* window size or zero if not using window */ unsigned whave; /* valid bytes in the window */ - unsigned write; /* window write index */ + unsigned wnext; /* window write index */ unsigned char FAR *window; /* allocated sliding window, if needed */ /* bit accumulator */ unsigned long hold; /* input bit accumulator */ -- cgit v1.2.3-55-g6feb