Skip to content

Commit

Permalink
fix: duplicate breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Apr 4, 2019
1 parent 116837e commit cd78a08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/mifare/mifarehost.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ int detect_classic_nackbug(bool verbose) {
int gc = getchar();
(void)gc;
return -1;
break;
}

if (WaitForResponseTimeout(CMD_ACK, &resp, 500)) {
Expand Down
1 change: 0 additions & 1 deletion client/mifare/ndef.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose) {
case 0xfe: {
PrintAndLogEx(INFO, "-- NDEF Terminator. Done.");
return 0;
break;
}
default: {
PrintAndLogEx(ERR, "unknown tag 0x%02x", ndef[indx]);
Expand Down

0 comments on commit cd78a08

Please sign in to comment.