no quotes in WINDOWPORT macro invocation

This commit is contained in:
nhmall
2022-06-29 22:13:28 -04:00
parent eaa3b35fcf
commit a518d82c54
16 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -1441,7 +1441,7 @@ cl_end(void)
void
raw_clear_screen(void)
{
if (WINDOWPORT("tty")) {
if (WINDOWPORT(tty)) {
cell_t * back = console.back_buffer;
cell_t * front = console.front_buffer;
COORD pos;