From 375909497e851a5783e0e895b4000425806c9131 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 30 Nov 2009 14:58:10 +0000 Subject: [PATCH] Small MSVC compilation fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3371 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/libs/resource/resinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/libs/resource/resinit.c b/sc2/src/libs/resource/resinit.c index 754c01137..f56ddc1e8 100644 --- a/sc2/src/libs/resource/resinit.c +++ b/sc2/src/libs/resource/resinit.c @@ -177,7 +177,7 @@ DescriptorToColor (const char *descriptor, RESOURCE_DATA *resdata) int componentBits; int maxComponentValue; size_t componentCount; - size_t compI;; + size_t compI; int comps[4]; // One element for each of r, g, b, a.