Commit e234301c authored by Michael Niedermayer's avatar Michael Niedermayer

bintext: remove stray ;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f61ee9b5
...@@ -169,7 +169,7 @@ static int bintext_read_header(AVFormatContext *s) ...@@ -169,7 +169,7 @@ static int bintext_read_header(AVFormatContext *s)
avio_seek(pb, 0, SEEK_SET); avio_seek(pb, 0, SEEK_SET);
} }
return 0; return 0;
}; }
#endif /* CONFIG_BINTEXT_DEMUXER */ #endif /* CONFIG_BINTEXT_DEMUXER */
#if CONFIG_XBIN_DEMUXER #if CONFIG_XBIN_DEMUXER
......
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