mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
syntax sugar
This commit is contained in:
parent
3438d016c7
commit
7a71df3aec
1 changed files with 4 additions and 2 deletions
|
@ -965,8 +965,10 @@ int CmdHF14AMfUInfo(const char *Cmd){
|
|||
DropField();
|
||||
return status;
|
||||
}
|
||||
if (status == 16) ulc_print_configuration(ulc_conf);
|
||||
else locked = true;
|
||||
if (status == 16)
|
||||
ulc_print_configuration(ulc_conf);
|
||||
else
|
||||
locked = true;
|
||||
|
||||
if ((tagtype & MAGIC)) {
|
||||
//just read key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue