tty build fix
My repository got out of synch and I had a hell of a time restoring sanity. The most recent commit included a line in wintty.c that shouldn't have been there.
This commit is contained in:
@@ -3217,7 +3217,6 @@ ttyinv_populate_slot(
|
||||
{
|
||||
struct tty_perminvent_cell *cell;
|
||||
char c;
|
||||
boolean inuse_only = ((ttyinvmode & InvInUse) != 0);
|
||||
int ccnt, col, endcol;
|
||||
boolean inuse_only = (ttyinvmode & InvInUse) != 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user