diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index ebe8168b5..e7fe46538 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -1581,7 +1581,7 @@ static int CmdHF14AMfNestedStatic(const char *Cmd) { if (SectorsCnt == 0) { PrintAndLogEx(WARNING, "Invalid MIFARE Type"); return PM3_EINVARG; - } + } if (keylen != 6) { PrintAndLogEx(WARNING, "Input key must include 12 HEX symbols");