aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/_flac_common.c')
-rw-r--r--src/decoder/_flac_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_flac_common.c b/src/decoder/_flac_common.c
index db43e0003..5c160c103 100644
--- a/src/decoder/_flac_common.c
+++ b/src/decoder/_flac_common.c
@@ -26,7 +26,7 @@
#include <FLAC/metadata.h>
void init_FlacData(FlacData * data, struct decoder * decoder,
- InputStream * inStream)
+ struct input_stream *inStream)
{
data->time = 0;
data->position = 0;