summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 9ca20d7..20e13db 100644
--- a/zlib.h
+++ b/zlib.h
@@ -715,7 +715,8 @@ ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm,
715 been generated, but not yet provided in the available output. The bytes not 715 been generated, but not yet provided in the available output. The bytes not
716 provided would be due to the available output space having being consumed. 716 provided would be due to the available output space having being consumed.
717 The number of bits of output not provided are between 0 and 7, where they 717 The number of bits of output not provided are between 0 and 7, where they
718 await more bits to join them in order to fill out a full byte. 718 await more bits to join them in order to fill out a full byte. If pending
719 or bits are Z_NULL, then those values are not set.
719 720
720 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source 721 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
721 stream state was inconsistent. 722 stream state was inconsistent.