From bd34d145f196d653b7962948de6aeba631b4dc05 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Oct 2018 12:05:45 +0200 Subject: [PATCH] fix: error enum rename --- client/cmdhfmf.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index d76699045..f40db51cf 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -3129,12 +3129,12 @@ int CmdHF14AMfAuth4(const char *cmd) { CLIParserFree(); if (keynlen != 2) { - PrintAndLogEx(ERROR, " must be 2 bytes long instead of: %d", keynlen); + PrintAndLogEx(ERR, " must be 2 bytes long instead of: %d", keynlen); return 1; } if (keylen != 16) { - PrintAndLogEx(ERROR, " must be 16 bytes long instead of: %d", keylen); + PrintAndLogEx(ERR, " must be 16 bytes long instead of: %d", keylen); return 1; } @@ -3148,22 +3148,22 @@ int CmdHF14AMfAuth4(const char *cmd) { PrintAndLog("