提交 8824da8f 编写于 作者: M Mark Adler

Correct error in comment for gz_make().

上级 0a81dc02
...@@ -298,7 +298,7 @@ local int gz_decomp(state) ...@@ -298,7 +298,7 @@ local int gz_decomp(state)
Data is either copied from the input file or decompressed from the input 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 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. 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 or GZIP unless the end of the input file has been reached and all data has
been processed. */ been processed. */
local int gz_make(state) local int gz_make(state)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册