aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pcm_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_buffer.h b/src/pcm_buffer.h
index 62685199..73959ea0 100644
--- a/src/pcm_buffer.h
+++ b/src/pcm_buffer.h
@@ -28,7 +28,7 @@
* would put too much stress on the allocator.
*/
struct pcm_buffer {
- char *buffer;
+ void *buffer;
size_t size;
};