minor tweak of 'Redundant condition' error message
This commit is contained in:
parent
eda5272dfd
commit
a51acc8abd
|
@ -658,8 +658,8 @@ void CheckCondition::checkIncorrectLogicOperator()
|
|||
expr1 = "!A";
|
||||
expr2 = "A";
|
||||
} else {
|
||||
expr1 = "!A";
|
||||
expr2 = "A";
|
||||
expr1 = "A";
|
||||
expr2 = "!A";
|
||||
}
|
||||
|
||||
expr3 = "B";
|
||||
|
|
Loading…
Reference in New Issue