Derp. Compile error.
This commit is contained in:
parent
68e78fd4b8
commit
4c3a5c9e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue