From: ceriel Date: Thu, 21 Apr 1988 09:21:18 +0000 (+0000) Subject: corrected typo X-Git-Tag: release-5-5~3359 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e41fd6d8a99239ce066bd8a80404b6ff450c14e6;p=ack.git corrected typo --- diff --git a/lang/occam/lib/channel.c b/lang/occam/lib/channel.c index f509d3f34..a9bec781d 100644 --- a/lang/occam/lib/channel.c +++ b/lang/occam/lib/channel.c @@ -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);