Derp. Compile error.

This commit is contained in:
Dan Hirsch 2012-07-27 15:30:16 -07:00
parent 68e78fd4b8
commit 4c3a5c9e4e

View file

@ -95,7 +95,7 @@ const uint8_t *h_bit_writer_get_buffer(HBitWriter* w, size_t *len) {
assert (w->bit_offset == 0); // BUG: change this to some sane behaviour
*len = w->index;
return w->buf
return w->buf;
}
void h_bit_writer_free(HBitWriter* w) {