[FFmpeg-cvslog] bintext: remove stray ;
Michael Niedermayer
git at videolan.org
Fri Aug 31 15:25:00 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Aug 31 15:20:57 2012 +0200| [e234301c2c504d3e34f8a4193ec615d5adbfc286] | committer: Michael Niedermayer
bintext: remove stray ;
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e234301c2c504d3e34f8a4193ec615d5adbfc286
---
libavformat/bintext.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/bintext.c b/libavformat/bintext.c
index 5ad30b3..f6953e9 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
More information about the ffmpeg-cvslog
mailing list