We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf88202 commit e99813dCopy full SHA for e99813d
zlib.h
@@ -543,8 +543,7 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
543
int strategy));
544
545
This is another version of deflateInit with more compression options. The
546
- fields next_in, zalloc, zfree and opaque must be initialized before by the
547
- caller.
+ fields zalloc, zfree and opaque must be initialized before by the caller.
548
549
The method parameter is the compression method. It must be Z_DEFLATED in
550
this version of the library.
0 commit comments