Reverting erroneous check-in

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3217 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-10-09 22:17:25 +00:00
parent 30444288ad
commit af49118ff9
+1 -1
View File
@@ -635,7 +635,7 @@ preParseOptions (int argc, char *argv[], struct options_struct *options)
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
} }
optind = 0; optind = 1;
return 0; return 0;
} }