Update cmdhfmf.c

Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
This commit is contained in:
Oleg Moiseenko
2023-11-06 16:01:56 +02:00
committed by GitHub
parent 86085dc386
commit 73f5270fa2
+1 -1
View File
@@ -8268,7 +8268,7 @@ static int CmdHF14AGen4ChangePwd(const char *Cmd) {
int res = mfG4ChangePassword(pwd, new_pwd, verbose);
if (res != PM3_SUCCESS) {
PrintAndLogEx(ERROR, "Change password error");
PrintAndLogEx(ERR, "Change password error");
return res;
}