1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00

vlog_init: Fix brace style

Whoops.
This commit is contained in:
Misa 2022-08-29 10:46:05 -07:00
parent 3f9d30855f
commit 3bb3976e7e

View File

@ -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;
}
}