aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual.xml b/manual.xml
index 7c9e4ec..ba0480e 100644
--- a/manual.xml
+++ b/manual.xml
@@ -1583,6 +1583,8 @@ BZ_MEM_ERROR
1583BZ_STREAM_END 1583BZ_STREAM_END
1584 if the logical end of the data stream was detected and all 1584 if the logical end of the data stream was detected and all
1585 output in has been consumed, eg s-->avail_out > 0 1585 output in has been consumed, eg s-->avail_out > 0
1586BZ_SEQUENCE_ERROR
1587 if called after an earlier call already returned BZ_STREAM_END
1586BZ_OK 1588BZ_OK
1587 otherwise 1589 otherwise
1588</programlisting> 1590</programlisting>