mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -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");
|
||||
break;
|
||||
} else {
|
||||
datalen++
|
||||
datalen++;
|
||||
}
|
||||
}
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue