mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
typo
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1908 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
52ddfccfaa
commit
4c88713050
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void ApplyColour(unsigned int chr)
|
|||
printf("1;30m"); // treat as dark grey
|
||||
break;
|
||||
case COLOR_WHITE:
|
||||
print("m"); // set nothing else
|
||||
printf("m"); // set nothing else
|
||||
break;
|
||||
default:
|
||||
if (fg & 0x8) // intensive bit set for foreground
|
||||
|
|
Loading…
Reference in a new issue