changeset 24197:7b3abda49409

(cosmetics) remove unnecessary ';'
author voroshil
date Sun, 26 Aug 2007 19:44:23 +0000
parents a86740d309ac
children 2404117b534c
files stream/tvi_vbi.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/tvi_vbi.c	Sun Aug 26 19:23:27 2007 +0000
+++ b/stream/tvi_vbi.c	Sun Aug 26 19:44:23 2007 +0000
@@ -321,7 +321,7 @@
     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
 }