Whitespace fix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3635 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-07-08 20:49:41 +00:00
parent b7744e6459
commit 9acf723bd9
+1 -1
View File
@@ -1013,7 +1013,7 @@ parseOptions (int argc, char *argv[], struct options_struct *options)
} }
break; break;
} }
case SAFEMODE_OPT: case SAFEMODE_OPT:
setBoolOption (&options->safeMode, true); setBoolOption (&options->safeMode, true);
break; break;
#ifdef NETPLAY #ifdef NETPLAY