From: iceman1001 Date: Sun, 24 Apr 2016 19:43:38 +0000 (+0200) Subject: Syntax suger X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/222bdb1cb35867fbc61ca7c811245a81f5142c2e Syntax suger --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 67d2ab67..7cc07e96 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1005,9 +1005,9 @@ int CmdHF14AMfNestedHard(const char *Cmd) { trgBlockNo, trgKeyType?'B':'A', trgkey[0], trgkey[1], trgkey[2], trgkey[3], trgkey[4], trgkey[5], - know_target_key?"":" (not set)", - nonce_file_write?"write":nonce_file_read?"read":"none", - slow?"Yes":"No", + know_target_key ? "" : " (not set)", + nonce_file_write ? "write": nonce_file_read ? "read" : "none", + slow ? "Yes" : "No", tests); int16_t isOK = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, know_target_key?trgkey:NULL, nonce_file_read, nonce_file_write, slow, tests);