From: ceriel Date: Tue, 15 Nov 1988 11:30:47 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~2734 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=090f27251e80c4b0837843563a56ca266b15a7a2;p=ack.git fixed typo --- 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;