mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
small fix
This commit is contained in:
parent
496cf2fbd3
commit
ac59d20c96
1 changed files with 2 additions and 2 deletions
|
@ -745,7 +745,7 @@ int CmdHF14AAPDU(const char *cmd) {
|
|||
arg_param_end
|
||||
};
|
||||
if (CLParserParseString(cmd, argtable, sizeof(argtable) / sizeof(argtable[0]))){
|
||||
CLParserFree()
|
||||
CLParserFree();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -754,7 +754,7 @@ int CmdHF14AAPDU(const char *cmd) {
|
|||
decodeTLV = arg_get_lit(3)->count;
|
||||
// len = data + PCB(1b) + CRC(2b)
|
||||
if (CLParamHexToBuf(arg_get_str(4), data, sizeof(data) - 1 -2, &datalen)) {
|
||||
CLParserFree()
|
||||
CLParserFree();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue