mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-11-10 08:10:39 +08:00
Remove useless comment
This commit is contained in:
parent
76b73b26d3
commit
23be1158c6
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ static int CmdHF14AJookiEncode(const char *Cmd) {
|
||||||
bool figure_abbr = true;
|
bool figure_abbr = true;
|
||||||
|
|
||||||
uint8_t ftid = arg_get_u32_def(ctx, 18, 0);
|
uint8_t ftid = arg_get_u32_def(ctx, 18, 0);
|
||||||
uint8_t ffid = arg_get_u32_def(ctx, 19, 0); //default 0 ist schlecht
|
uint8_t ffid = arg_get_u32_def(ctx, 19, 0);
|
||||||
|
|
||||||
CLIParserFree(ctx);
|
CLIParserFree(ctx);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue