diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-31 15:20:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-31 15:20:57 +0200 |
commit | e234301c2c504d3e34f8a4193ec615d5adbfc286 (patch) | |
tree | 58d50be387a52d10cea1bcf1ddf58b0d2eeb525d /libavformat/bintext.c | |
parent | f61ee9b5649192e2b644df59c6def6eac1d0bf48 (diff) | |
download | ffmpeg-e234301c2c504d3e34f8a4193ec615d5adbfc286.tar.gz |
bintext: remove stray ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/bintext.c')
-rw-r--r-- | libavformat/bintext.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |