mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07:00
needs a ; ... ...
...
This commit is contained in:
parent
e57c8b2e56
commit
b4810303f5
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ int CmdHF14ACmdRaw(const char *cmd) {
|
||||||
PrintAndLog("Buffer is full, we can't add CRC to your data");
|
PrintAndLog("Buffer is full, we can't add CRC to your data");
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
datalen++
|
datalen++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue