Redirect failed test result to INTOVOID and update comment about parsing fast command

This commit is contained in:
Jennifer Liu
2018-06-27 16:27:45 -07:00
parent aef8486fee
commit 1ab57a7ce1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ int main(int argCount, const char* argv[])
continue;
}
if (longCommandWArg(&argument, "--fast")) {
/* Parse optional window log */
/* Parse optional acceleration factor */
if (*argument == '=') {
U32 fastLevel;
++argument;