fixed imbalanced parens

pull/14/head
Tom Early 7 years ago
parent 8d4235ee38
commit e8191532fd

@ -328,7 +328,7 @@ static void readFrom20000()
break;
}
if (memcmp(dsvt.title, "DSVT", 4) || dsvt.id!=0x20) || dsvt.config!=0x10) {
if (memcmp(dsvt.title, "DSVT", 4) || dsvt.id!=0x20 || dsvt.config!=0x10) {
FD_CLR(fd, &readfd);
break;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.