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
@@ -188,7 +188,7 @@ getlock(void)
#else /*SELF_RECOVER*/
if (recover_savefile()) {
#if defined(TTY_GRAPHICS)
if (WINDOWPORT("tty"))
if (WINDOWPORT(tty))
clear_screen(); /* display gets fouled up otherwise */
#endif
goto gotlock;