]> git.lizzy.rs Git - zlib.git/commitdiff
Correct the initialization requirements for deflateInit2().
authorMark Adler <madler@alumni.caltech.edu>
Wed, 31 Jan 2018 21:24:12 +0000 (13:24 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Wed, 31 Jan 2018 21:24:12 +0000 (13:24 -0800)
zlib.h

diff --git a/zlib.h b/zlib.h
index 54dc06d0c503c4a658d78da341475a280fcc4192..0b74b255c3531c4639beb111a3d007b43e061600 100644 (file)
--- a/zlib.h
+++ b/zlib.h
@@ -543,8 +543,7 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
                                      int  strategy));
 
      This is another version of deflateInit with more compression options.  The
-   fields next_in, zalloc, zfree and opaque must be initialized before by the
-   caller.
+   fields zalloc, zfree and opaque must be initialized before by the caller.
 
      The method parameter is the compression method.  It must be Z_DEFLATED in
    this version of the library.