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
commit 73f5270fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8268,7 +8268,7 @@ static int CmdHF14AGen4ChangePwd(const char *Cmd) {
int res = mfG4ChangePassword(pwd, new_pwd, verbose); int res = mfG4ChangePassword(pwd, new_pwd, verbose);
if (res != PM3_SUCCESS) { if (res != PM3_SUCCESS) {
PrintAndLogEx(ERROR, "Change password error"); PrintAndLogEx(ERR, "Change password error");
return res; return res;
} }