fixed typo
This commit is contained in:
parent
7f77ee091c
commit
090f27251e
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue