1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 09:39:43 +01: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;
}
}