mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 07:04:13 +08:00
remove extra parenthesis
This commit is contained in:
parent
57f226c922
commit
d7d809a8e3
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ static int CmdSmartUpgrade(const char *Cmd) {
|
|||
return PM3_ETIMEOUT;
|
||||
}
|
||||
|
||||
if ((resp.status == PM3_SUCCESS)) {
|
||||
if (resp.status == PM3_SUCCESS) {
|
||||
PrintAndLogEx(SUCCESS, "Sim module firmware upgrade " _GREEN_("successful"));
|
||||
PrintAndLogEx(HINT, "run " _YELLOW_("`hw status`") " to validate the fw version ");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue