Fix warnings.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1982 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-11-11 00:55:29 +00:00
parent 53e38dc102
commit b07f1a18ec
+1 -2
View File
@@ -399,7 +399,7 @@ static int
parseOptions(int argc, char *argv[], struct options_struct *options)
{
int optionIndex = 0;
BOOLEAN badArg = 0;
BOOLEAN badArg = FALSE;
options->addons = HMalloc(1 * sizeof (const char *));
options->addons[0] = NULL;
@@ -651,7 +651,6 @@ parseOptions(int argc, char *argv[], struct options_struct *options)
longOptions[optionIndex].name);
badArg = TRUE;
break;
break;
}
}