aboutsummaryrefslogtreecommitdiffstats
path: root/src/ringbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ringbuf.h')
-rw-r--r--src/ringbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ringbuf.h b/src/ringbuf.h
index d4baffdbd..f666f0bbe 100644
--- a/src/ringbuf.h
+++ b/src/ringbuf.h
@@ -39,7 +39,7 @@
*/
struct ringbuf {
- void *buf;
+ unsigned char *buf;
size_t write_ptr;
size_t read_ptr;
size_t size;