cppcheck multicondition

This commit is contained in:
Philippe Teuwen
2025-03-23 23:29:24 +01:00
parent 78ae375d55
commit dac2c7664c
+1 -1
View File
@@ -1173,7 +1173,7 @@ int CmdEM4x05Dump(const char *Cmd) {
} else if (status == PM3_EFAILED) {
PrintAndLogEx(WARNING, "password ( " _RED_("fail") ") , will try without password");
usePwd = false;
} else if (status != PM3_EFAILED) {
} else {
PrintAndLogEx(WARNING, "Login attempt: no answer from tag");
return status;
}