style
This commit is contained in:
@@ -3705,7 +3705,7 @@ static int CmdHF14AMfCWipe(const char *cmd) {
|
|||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
int res = mfCWipe((uidLen)? uid : NULL, (atqaLen) ? atqa : NULL, (sakLen) ? sak : NULL);
|
int res = mfCWipe((uidLen) ? uid : NULL, (atqaLen) ? atqa : NULL, (sakLen) ? sak : NULL);
|
||||||
if (res) {
|
if (res) {
|
||||||
PrintAndLogEx(ERR, "Can't wipe card. error=%d", res);
|
PrintAndLogEx(ERR, "Can't wipe card. error=%d", res);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
|
|||||||
Reference in New Issue
Block a user