fixed typo
authorceriel <none@none>
Tue, 15 Nov 1988 11:30:47 +0000 (11:30 +0000)
committerceriel <none@none>
Tue, 15 Nov 1988 11:30:47 +0000 (11:30 +0000)
lang/cem/libcc/stdio/termcap.c

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