define simplification

This commit is contained in:
merlokk 2017-12-17 20:25:25 +02:00
commit e34fbb6df7

View file

@ -296,7 +296,7 @@ int UsageCmdHFEMVExec(void) {
}
#define TLV_ADD(tag, value)( tlvdb_add(tlvRoot, tlvdb_fixed(tag, sizeof(value) - 1, (const unsigned char *)value)) )
#define dreturn(n) do{DropField();return n;}while(0)
#define dreturn(n) {DropField();return n;}
int CmdHFEMVExec(const char *cmd) {
bool activateField = false;