From dd32a305bdee54eff9b3fd1f5592f100b8a8fb83 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 30 Nov 2011 15:14:44 +0100 Subject: wmall: fix return type of dump_int_buffer() Found-by: Dominique Leuenberger Signed-off-by: Michael Niedermayer --- libavcodec/wmalosslessdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c index 9b9e7975ba..514cd0758c 100644 --- a/libavcodec/wmalosslessdec.c +++ b/libavcodec/wmalosslessdec.c @@ -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; -- cgit v1.2.3