projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix incorrect variable name
[proxmark3-svn]
/
client
/
cmdlf.c
diff --git
a/client/cmdlf.c
b/client/cmdlf.c
index eb664a111391f9b03c13106e83aadc371b78fcad..cdfbee2d952741d48866cae7aa73db94001ee919 100644
(file)
--- a/
client/cmdlf.c
+++ b/
client/cmdlf.c
@@
-945,7
+945,7
@@
int CmdLFfind(const char *Cmd)
PrintAndLog("\nValid EM4x05/EM4x69 Chip Found\nUse lf em 4x05readword/dump commands to read\n");
return 1;
}
- ans=CmdLFHitagReader("26");
+ ans=CmdLFHitagReader("26");
// 26 = RHT2F_UID_ONLY
if (ans==0) {
return 1;
}
Impressum
,
Datenschutz