From 4c3a5c9e4e1f61c1851d3bf2c46abe23bf49560f Mon Sep 17 00:00:00 2001
From: Dan Hirsch <thequux@thequux.com>
Date: Fri, 27 Jul 2012 15:30:16 -0700
Subject: [PATCH] Derp. Compile error.

---
 src/bitwriter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bitwriter.c b/src/bitwriter.c
index a3d6c15..b51df3e 100644
--- a/src/bitwriter.c
+++ b/src/bitwriter.c
@@ -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) {
-- 
GitLab