summaryrefslogtreecommitdiff
path: root/skinlcars.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-04-09 11:10:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-04-09 11:10:30 +0200
commit1682e2708dc1e1f25de74093db8179ad3d64f23c (patch)
treeb48fd8cb170e546d951a03307c90f752ee277403 /skinlcars.c
parent71fb3e84da3eb0bf559c4ca41fd25272941cc731 (diff)
downloadvdr-1682e2708dc1e1f25de74093db8179ad3d64f23c.tar.gz
vdr-1682e2708dc1e1f25de74093db8179ad3d64f23c.tar.bz2
Fixed double semicolon
Diffstat (limited to 'skinlcars.c')
-rw-r--r--skinlcars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skinlcars.c b/skinlcars.c
index 72e8302e..09d52555 100644
--- a/skinlcars.c
+++ b/skinlcars.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: skinlcars.c 2.21 2013/03/09 10:43:34 kls Exp $
+ * $Id: skinlcars.c 3.1 2013/04/09 11:10:25 kls Exp $
*/
// "Star Trek: The Next Generation"(R) is a registered trademark of Paramount Pictures,
@@ -854,7 +854,7 @@ cSkinLCARSDisplayMenu::cSkinLCARSDisplayMenu(void)
xb12 = xb08 + w;
xb11 = xb12 - Gap;
xb13 = xb12 + lineHeight / 2;
- xb14 = xb13 + Gap;;
+ xb14 = xb13 + Gap;
// The color buttons in the main menu:
int r = lineHeight;