diff options
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -729,7 +729,7 @@ ZEXTERN int ZEXPORT deflateParams(z_streamp strm, | |||
729 | Then no more input data should be provided before the deflateParams() call. | 729 | Then no more input data should be provided before the deflateParams() call. |
730 | If this is done, the old level and strategy will be applied to the data | 730 | If this is done, the old level and strategy will be applied to the data |
731 | compressed before deflateParams(), and the new level and strategy will be | 731 | compressed before deflateParams(), and the new level and strategy will be |
732 | applied to the the data compressed after deflateParams(). | 732 | applied to the data compressed after deflateParams(). |
733 | 733 | ||
734 | deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream | 734 | deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream |
735 | state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if | 735 | state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if |