From eb73f30c5ac99483b19f7a695487614cbb6d3ff7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 15 Nov 1988 11:30:47 +0000 Subject: [PATCH] fixed typo --- lang/cem/libcc/stdio/termcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/libcc/stdio/termcap.c b/lang/cem/libcc/stdio/termcap.c index 0ff3727b..5174a8b8 100644 --- a/lang/cem/libcc/stdio/termcap.c +++ b/lang/cem/libcc/stdio/termcap.c @@ -120,7 +120,7 @@ check_for_tc() while (*q && *q != ':') q++; *q = 0; if (tgetent(buf, terminalname) != 1) { - ---count; + --count; return(0); } --count;