From 8824da8f01c63b0e77f96fe57faf762070bd0576 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 24 Sep 2011 08:33:38 -0700 Subject: [PATCH] Correct error in comment for gz_make(). --- gzread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) Data is either copied from the input file or decompressed from the input file depending on state->how. If state->how is LOOK, then a gzip header is looked for (and skipped if found) to discern whether to copy or decompress. - Returns -1 on error, otherwise 0. gz_make() will leave state->have as COPY + Returns -1 on error, otherwise 0. gz_make() will leave state->how as COPY or GZIP unless the end of the input file has been reached and all data has been processed. */ local int gz_make(state) -- GitLab