diff options
Diffstat (limited to '')
-rw-r--r-- | trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |