chg: wrong var name

This commit is contained in:
iceman1001 2017-12-05 11:54:38 +01:00
parent 984a26370d
commit bea28ae654

View file

@ -2873,7 +2873,7 @@ int CmdHf14AMfNack(const char *Cmd) {
PrintAndLog("Three different nonces used, expecting three nacks");
PrintAndLog("Num of sent auth requestes : %u", auths);
PrintAndLog("Num of received NACK : %u", num_nacks);
PrintAndLog("Num of received NACK : %u", nacks);
switch( ok ) {
case -1 : PrintAndLog("Button pressed. Aborted."); return 1;
case -3 : PrintAndLog("Card random number generator is not predictable)."); return 1;