Small MSVC compilation fix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3371 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-11-30 14:58:10 +00:00
parent 75c11e7822
commit 375909497e
+1 -1
View File
@@ -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.