mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
7fa09a556a
commit
f8f135a3b7
17 changed files with 240 additions and 226 deletions
|
@ -329,8 +329,8 @@ int mfc_algo_saflok_one(uint8_t *uid, uint8_t sector, uint8_t keytype, uint64_t
|
|||
|
||||
if (keytype == 0 && sector == 2) {
|
||||
*key = 0xFFFFFFFFFFFF;
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
if (keytype == 0 && sector == 1) {
|
||||
*key = 0x2a2c13cc242a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue