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
commit ba943782aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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