mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
vlog_init: Fix brace style
Whoops.
This commit is contained in:
@@ -28,7 +28,8 @@ static int error_enabled = 1;
|
||||
|
||||
void vlog_init(void)
|
||||
{
|
||||
if (STDOUT_IS_TTY && STDERR_IS_TTY) {
|
||||
if (STDOUT_IS_TTY && STDERR_IS_TTY)
|
||||
{
|
||||
color_enabled = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user