summaryrefslogtreecommitdiff
path: root/trees.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--trees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trees.c b/trees.c
index 79cab9f..62411a7 100644
--- a/trees.c
+++ b/trees.c
@@ -1011,7 +1011,7 @@ local void bi_windup(s)
1011 if (s->bi_valid > 8) { 1011 if (s->bi_valid > 8) {
1012 put_short(s, s->bi_buf); 1012 put_short(s, s->bi_buf);
1013 } else if (s->bi_valid > 0) { 1013 } else if (s->bi_valid > 0) {
1014 put_byte(s, s->bi_buf); 1014 put_byte(s, (Byte)s->bi_buf);
1015 } 1015 }
1016 s->bi_buf = 0; 1016 s->bi_buf = 0;
1017 s->bi_valid = 0; 1017 s->bi_valid = 0;