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

View File

@@ -1532,7 +1532,7 @@ wiz_show_wmodes(void)
int x, y;
char row[COLNO + 1];
struct rm *lev;
boolean istty = WINDOWPORT("tty");
boolean istty = WINDOWPORT(tty);
win = create_nhwindow(NHW_TEXT);
if (istty)