fix: duplicate breaks

This commit is contained in:
iceman1001 2019-04-04 22:08:23 +02:00
commit cd78a0878b
2 changed files with 0 additions and 2 deletions

View file

@ -960,7 +960,6 @@ int detect_classic_nackbug(bool verbose) {
int gc = getchar();
(void)gc;
return -1;
break;
}
if (WaitForResponseTimeout(CMD_ACK, &resp, 500)) {