mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 13:41:18 -07:00
typofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20
This commit is contained in:
parent
382223b9a9
commit
c43897de27
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ int prepareHF15Cmd(char **cmd, UsbCommand *c, uint8_t iso15cmd[], int iso15cmdle
|
|||
while (**cmd==' ' || **cmd=='\t') (*cmd)++;
|
||||
|
||||
if (strstr(*cmd,"-2")==*cmd) {
|
||||
c->arg[1]=0; // quse 1of256
|
||||
c->arg[1]=0; // use 1of256
|
||||
(*cmd)+=2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue