From 670608b06475a5742b68ccc29257d68e3047f5ec Mon Sep 17 00:00:00 2001 From: merlokk Date: Wed, 10 Oct 2018 23:17:32 +0300 Subject: [PATCH] small fix --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index b4d4baca..028bbf7a 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -2704,7 +2704,7 @@ int CmdHF14AMfAuth4(const char *cmd) { } if (keylen != 16) { - PrintAndLog("ERROR: must be 16 bytes long instead of: %d", keylen); + PrintAndLog("ERROR: must be 16 bytes long instead of: %d", keylen); return 1; }