syntax sugar
This commit is contained in:
@@ -965,8 +965,10 @@ int CmdHF14AMfUInfo(const char *Cmd){
|
|||||||
DropField();
|
DropField();
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
if (status == 16) ulc_print_configuration(ulc_conf);
|
if (status == 16)
|
||||||
else locked = true;
|
ulc_print_configuration(ulc_conf);
|
||||||
|
else
|
||||||
|
locked = true;
|
||||||
|
|
||||||
if ((tagtype & MAGIC)) {
|
if ((tagtype & MAGIC)) {
|
||||||
//just read key
|
//just read key
|
||||||
|
|||||||
Reference in New Issue
Block a user