mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
text
This commit is contained in:
parent
3d663be25a
commit
d7421369ad
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ static int CmdLFHitagReader(const char *Cmd) {
|
||||||
|
|
||||||
// sanity checks
|
// sanity checks
|
||||||
if (keylen != 0 && keylen != 4 && keylen != 6) {
|
if (keylen != 0 && keylen != 4 && keylen != 6) {
|
||||||
PrintAndLogEx(WARNING, "Wrong KEY len expected 0,4 or 6, got %d", keylen);
|
PrintAndLogEx(WARNING, "Wrong KEY len expected 0, 4 or 6, got %d", keylen);
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue