From b07f1a18ecdae82d8deb14f537296606b00879b6 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 11 Nov 2005 00:55:29 +0000 Subject: [PATCH] Fix warnings. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1982 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/starcon2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index 5db7247cd..635f396da 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -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; } }