summaryrefslogtreecommitdiffstats
path: root/stream/stream_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_memory.c')
-rw-r--r--stream/stream_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_memory.c b/stream/stream_memory.c
index 2fa4538e2d..f329da4850 100644
--- a/stream/stream_memory.c
+++ b/stream/stream_memory.c
@@ -22,7 +22,7 @@ struct priv {
bstr data;
};
-static int fill_buffer(stream_t *s, char* buffer, int len)
+static int fill_buffer(stream_t *s, void *buffer, int len)
{
struct priv *p = s->priv;
bstr data = p->data;