Merge pull request #1318 from merlokk/sm_fix_ncif

small fix
This commit is contained in:
Oleg Moiseenko
2021-06-17 13:32:59 +03:00
committed by GitHub

View File

@@ -876,7 +876,7 @@ int SelectCard14443A_4(bool disconnect, iso14a_card_select_t *card) {
// check result
if (resp.oldarg[0] == 0) {
PrintAndLogEx(ERR, "No card in fieldxx");
PrintAndLogEx(ERR, "No card in field");
return PM3_ECARDEXCHANGE;
}