From 6c243d21633a00563420c79d74006e874ef09509 Mon Sep 17 00:00:00 2001 From: merlokk Date: Tue, 19 Sep 2017 15:17:12 +0300 Subject: [PATCH] added comment --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {