diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2012-06-02 10:16:43 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2012-06-02 10:16:43 -0700 |
| commit | ee026accdeefe2f25dbb09fa2bae6c1c63f98d15 (patch) | |
| tree | 44a1755f8701306c751877c81ff51394a0595a56 | |
| parent | dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509 (diff) | |
| download | zlib-ee026accdeefe2f25dbb09fa2bae6c1c63f98d15.tar.gz zlib-ee026accdeefe2f25dbb09fa2bae6c1c63f98d15.tar.bz2 zlib-ee026accdeefe2f25dbb09fa2bae6c1c63f98d15.zip | |
Correct comment in deflate.h.
| -rw-r--r-- | deflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -104,7 +104,7 @@ typedef struct internal_state { | |||
| 104 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ | 104 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ |
| 105 | gz_headerp gzhead; /* gzip header information to write */ | 105 | gz_headerp gzhead; /* gzip header information to write */ |
| 106 | uInt gzindex; /* where in extra, name, or comment */ | 106 | uInt gzindex; /* where in extra, name, or comment */ |
| 107 | Byte method; /* STORED (for zip only) or DEFLATED */ | 107 | Byte method; /* can only be DEFLATED */ |
| 108 | int last_flush; /* value of flush param for previous deflate call */ | 108 | int last_flush; /* value of flush param for previous deflate call */ |
| 109 | 109 | ||
| 110 | /* used by deflate.c: */ | 110 | /* used by deflate.c: */ |
