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
This commit is contained in:
avolkov
2005-09-23 20:33:02 +00:00
parent 4d5b2f91b1
commit 0cb28e34c3
+1 -1
View File
@@ -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;