Commit dd32a305 authored by Michael Niedermayer's avatar Michael Niedermayer

wmall: fix return type of dump_int_buffer()

Found-by: Dominique Leuenberger
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 47109938
......@@ -308,7 +308,7 @@ static void av_cold dump_context(WmallDecodeCtx *s)
PRINT("num channels", s->num_channels);
}
static int dump_int_buffer(int *buffer, int length, int delimiter)
static void dump_int_buffer(int *buffer, int length, int delimiter)
{
int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment