Extra paren removed. (Bengt Kleberg, glaive)
This commit is contained in:
parent
5b76ae26d8
commit
92c5d29e20
@ -99,7 +99,7 @@ setecho(int fd, int newe)
|
||||
int
|
||||
getintr(int fd)
|
||||
{
|
||||
if((tcgetattr(fd, &ttmode) < 0)
|
||||
if(tcgetattr(fd, &ttmode) < 0)
|
||||
return 0x7F;
|
||||
return ttmode.c_cc[VINTR];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user