mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
827cd721fe
commit
ba45da1c28
3 changed files with 28 additions and 28 deletions
|
@ -81,11 +81,11 @@ int CmdHFEPAPACEReplay(const char *Cmd) {
|
|||
while (Cmd[skip] != ' ' && Cmd[skip] != '\0') {
|
||||
// convert
|
||||
scan_return = sscanf(Cmd + skip,
|
||||
"%2X%n",
|
||||
"%2X%n",
|
||||
(unsigned int *)(apdus[i] + apdu_lengths[i]),
|
||||
&skip_add
|
||||
);
|
||||
|
||||
);
|
||||
|
||||
if (scan_return < 1) {
|
||||
PrintAndLogEx(NORMAL, (char *)usage_msg);
|
||||
PrintAndLogEx(WARNING, "Not enough APDUs! Try again!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue