mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix coverity 350561
This commit is contained in:
parent
7882a2dbaa
commit
b63a991bc3
1 changed files with 1 additions and 1 deletions
|
@ -5278,7 +5278,7 @@ static int CmdHF14ADesGetAppNames(const char *Cmd) {
|
||||||
|
|
||||||
if (DesfireIsAuthenticated(&dctx)) {
|
if (DesfireIsAuthenticated(&dctx)) {
|
||||||
if (verbose)
|
if (verbose)
|
||||||
PrintAndLogEx(ERR, "Desfire " _GREEN_("authenticated") , res);
|
PrintAndLogEx(ERR, "Desfire " _GREEN_("authenticated"));
|
||||||
} else {
|
} else {
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue