mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 01:53:04 -07:00
style
This commit is contained in:
parent
98d24a4fe8
commit
b6345a5df7
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ int CmdHFiClassReader_Dump(const char *Cmd) {
|
||||||
PrintAndLogEx(WARNING, "command execute timeout 2");
|
PrintAndLogEx(WARNING, "command execute timeout 2");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
uint8_t isOK = resp.arg[0] & 0xff;
|
isOK = resp.arg[0] & 0xff;
|
||||||
blocksRead = resp.arg[1];
|
blocksRead = resp.arg[1];
|
||||||
if (!isOK && !blocksRead) {
|
if (!isOK && !blocksRead) {
|
||||||
PrintAndLogEx(WARNING, "read block failed 2");
|
PrintAndLogEx(WARNING, "read block failed 2");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue