Skip to content

Commit

Permalink
removing rogue parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
avivbeeri committed Mar 1, 2023
1 parent d1d4941 commit 7c6a8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ int main(int argc, char* argv[])
engine.logColor = false;
} else {
engine.logColor = true;
SetConsoleMode((stdOutConsole, ENABLE_VIRTUAL_TERMINAL_PROCESSING);
SetConsoleMode(stdOutConsole, ENABLE_VIRTUAL_TERMINAL_PROCESSING);
}
} break;
#endif
Expand Down

0 comments on commit 7c6a8f6

Please sign in to comment.