summaryrefslogtreecommitdiff
path: root/gzread.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-24 08:33:38 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-24 08:33:38 -0700
commit8824da8f01c63b0e77f96fe57faf762070bd0576 (patch)
treed01378723d7221e39fa06c20e36ef201cca96e46 /gzread.c
parent0a81dc026c4e727e9498654d703730ef8efbb8de (diff)
downloadzlib-8824da8f01c63b0e77f96fe57faf762070bd0576.tar.gz
zlib-8824da8f01c63b0e77f96fe57faf762070bd0576.tar.bz2
zlib-8824da8f01c63b0e77f96fe57faf762070bd0576.zip
Correct error in comment for gz_make().
Diffstat (limited to 'gzread.c')
-rw-r--r--gzread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzread.c b/gzread.c
index 695d01d..8fc2915 100644
--- a/gzread.c
+++ b/gzread.c
@@ -298,7 +298,7 @@ local int gz_decomp(state)
298 Data is either copied from the input file or decompressed from the input 298 Data is either copied from the input file or decompressed from the input
299 file depending on state->how. If state->how is LOOK, then a gzip header is 299 file depending on state->how. If state->how is LOOK, then a gzip header is
300 looked for (and skipped if found) to discern whether to copy or decompress. 300 looked for (and skipped if found) to discern whether to copy or decompress.
301 Returns -1 on error, otherwise 0. gz_make() will leave state->have as COPY 301 Returns -1 on error, otherwise 0. gz_make() will leave state->how as COPY
302 or GZIP unless the end of the input file has been reached and all data has 302 or GZIP unless the end of the input file has been reached and all data has
303 been processed. */ 303 been processed. */
304local int gz_make(state) 304local int gz_make(state)