diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index af32addb..a6682473 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -621,7 +621,7 @@ int CmdHF14AMfNested(const char *Cmd) } // one-sector nested - if (cmdp == 'o') { + if (cmdp == 'o') { // ------------------------------------ one sector working PrintAndLog("--target block no:%3d, target key type:%c ", trgBlockNo, trgKeyType?'B':'A'); int16_t isOK = mfnested(blockNo, keyType, key, trgBlockNo, trgKeyType, keyBlock, true); if (isOK) {