From e234301c2c504d3e34f8a4193ec615d5adbfc286 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 31 Aug 2012 15:20:57 +0200 Subject: bintext: remove stray ; Signed-off-by: Michael Niedermayer --- libavformat/bintext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/bintext.c') diff --git a/libavformat/bintext.c b/libavformat/bintext.c index 5ad30b3519..f6953e9a2f 100644 --- a/libavformat/bintext.c +++ b/libavformat/bintext.c @@ -169,7 +169,7 @@ static int bintext_read_header(AVFormatContext *s) avio_seek(pb, 0, SEEK_SET); } return 0; -}; +} #endif /* CONFIG_BINTEXT_DEMUXER */ #if CONFIG_XBIN_DEMUXER -- cgit v1.2.3