From 090f27251e80c4b0837843563a56ca266b15a7a2 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 0ff3727b9..5174a8b88 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; -- 2.34.1