From 0cb28e34c385dba5a0608b1552742579bfd88696 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 23 Sep 2005 20:33:02 +0000 Subject: [PATCH] Extra semicolon removed -- confuses the heck out MSVC git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1874 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/widgets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/widgets.c b/sc2/src/sc2code/libs/graphics/widgets.c index 001d082e9..ea8c8d5a8 100644 --- a/sc2/src/sc2code/libs/graphics/widgets.c +++ b/sc2/src/sc2code/libs/graphics/widgets.c @@ -241,7 +241,7 @@ Widget_DrawLabel (WIDGET *_self, int x, int y) WIDGET_LABEL *self = (WIDGET_LABEL *)_self; COLOR oldtext = SetContextForeGroundColor ( BUILD_COLOR (MAKE_RGB15 (0x1F, 0x1F, 0x1F), 0x0F)); -; FONT oldfont = SetContextFont (StarConFont); + FONT oldfont = SetContextFont (StarConFont); FONTEFFECT oldFontEffect = SetContextFontEffect (0, 0, 0); TEXT t; int i;