mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: one too many parenthesis
This commit is contained in:
parent
c068ebb78f
commit
7c60a801d6
1 changed files with 0 additions and 1 deletions
|
@ -1328,7 +1328,6 @@ int CmdHF14AMfESave(const char *Cmd)
|
||||||
for (j = 0; j < 7; j++, fnameptr += 2)
|
for (j = 0; j < 7; j++, fnameptr += 2)
|
||||||
sprintf(fnameptr, "%02X", buf[j]);
|
sprintf(fnameptr, "%02X", buf[j]);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
fnameptr += len;
|
fnameptr += len;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue