mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
fix semicolon
This commit is contained in:
parent
60030a8d4f
commit
e1e8e06e96
@ -74,7 +74,7 @@ static void EnableVTMode(void)
|
||||
}
|
||||
|
||||
if (!SetConsoleMode(hConsole, ENABLE_PROCESSED_OUTPUT |
|
||||
ENABLE_VIRTUAL_TERMINAL_PROCESSING));
|
||||
ENABLE_VIRTUAL_TERMINAL_PROCESSING))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user