Fix very minor typo.
This commit is contained in:
parent
b5f105054c
commit
5a15ad5c36
|
@ -892,7 +892,7 @@ if (do_colour)
|
||||||
FWRITE(buf, 1, length, stdout);
|
FWRITE(buf, 1, length, stdout);
|
||||||
if (do_colour)
|
if (do_colour)
|
||||||
{
|
{
|
||||||
if (do_ansi) fprintf(stdout, "%c[00m", 0x1b);
|
if (do_ansi) fprintf(stdout, "%c[0m", 0x1b);
|
||||||
else SetConsoleTextAttribute(hstdout, csbi.wAttributes);
|
else SetConsoleTextAttribute(hstdout, csbi.wAttributes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue