bintext: remove stray ;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-08-31 15:20:57 +02:00
parent f61ee9b564
commit e234301c2c

View File

@@ -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