pull/168/head
Mark Adler 9 years ago
parent 9852c209ac
commit 33a7aff45d
  1. 2
      inflate.h

@ -78,7 +78,7 @@ typedef enum {
*/ */
/* State maintained between inflate() calls -- approximately 7K bytes, not /* State maintained between inflate() calls -- approximately 7K bytes, not
inlcuding the allocated sliding window, which is up to 32K bytes. */ including the allocated sliding window, which is up to 32K bytes. */
struct inflate_state { struct inflate_state {
inflate_mode mode; /* current inflate mode */ inflate_mode mode; /* current inflate mode */
int last; /* true if processing last block */ int last; /* true if processing last block */

Loading…
Cancel
Save