fixed typo

This commit is contained in:
ceriel 1988-11-15 11:30:47 +00:00
parent 7f77ee091c
commit 090f27251e

View file

@ -120,7 +120,7 @@ check_for_tc()
while (*q && *q != ':') q++; while (*q && *q != ':') q++;
*q = 0; *q = 0;
if (tgetent(buf, terminalname) != 1) { if (tgetent(buf, terminalname) != 1) {
---count; --count;
return(0); return(0);
} }
--count; --count;