mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
7483e56249
commit
7547952a4d
4 changed files with 8 additions and 9 deletions
|
@ -277,7 +277,7 @@ int CodeCmp(const char *code1, const char *code2) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
const APDUCode * GetAPDUCode(uint8_t sw1, uint8_t sw2) {
|
||||
const APDUCode *GetAPDUCode(uint8_t sw1, uint8_t sw2) {
|
||||
char buf[6] = {0};
|
||||
int res;
|
||||
int mineq = APDUCodeTableLen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue