Fix very minor typo.

This commit is contained in:
Philip.Hazel 2017-01-01 12:13:17 +00:00
parent b5f105054c
commit 5a15ad5c36
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ if (do_colour)
FWRITE(buf, 1, length, stdout);
if (do_colour)
{
if (do_ansi) fprintf(stdout, "%c[00m", 0x1b);
if (do_ansi) fprintf(stdout, "%c[0m", 0x1b);
else SetConsoleTextAttribute(hstdout, csbi.wAttributes);
}
}