From 04c1f99a05a57a5b36f7a3935eb67cb1ef769a3b Mon Sep 17 00:00:00 2001 From: voroshil Date: Sun, 26 Aug 2007 19:44:23 +0000 Subject: (cosmetics) remove unnecessary ';' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24217 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_vbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c index 4c66d1bdef..24456a9809 100644 --- a/stream/tvi_vbi.c +++ b/stream/tvi_vbi.c @@ -321,7 +321,7 @@ static void init_vbi_consts(priv_vbi_t* priv){ if (priv->eoc - priv->soc<16*priv->bpb/ONE_FIXP){ // invalid [soc:eoc] priv->soc=0; priv->eoc=92; - }; + } priv->bp8bl=0.97*8*priv->bpb/ONE_FIXP; // -3% tolerance priv->bp8bh=1.03*8*priv->bpb/ONE_FIXP; // +3% tolerance } -- cgit v1.2.3