corrected typo
authorceriel <none@none>
Thu, 21 Apr 1988 09:21:18 +0000 (09:21 +0000)
committerceriel <none@none>
Thu, 21 Apr 1988 09:21:18 +0000 (09:21 +0000)
lang/occam/lib/channel.c

index f509d3f..a9bec78 100644 (file)
@@ -88,7 +88,7 @@ void chan_out(v, c) long v; register chan *c;
                        tty.c_lflag &= ~(ECHO|ICANON);
                        ioctl(fileno(fp), TCSETA, &tty);
 #else
-                       gtty(fileno(fp), ,&tty);
+                       gtty(fileno(fp),&tty);
                        tty.sg_flags|= CBREAK;
                        tty.sg_flags&= ~(ECHO|CRMOD);
                        stty(fileno(fp), &tty);