minor tweak of 'Redundant condition' error message

This commit is contained in:
Daniel Marjamäki 2015-08-05 11:30:58 +02:00
parent eda5272dfd
commit a51acc8abd
1 changed files with 2 additions and 2 deletions

View File

@ -658,8 +658,8 @@ void CheckCondition::checkIncorrectLogicOperator()
expr1 = "!A";
expr2 = "A";
} else {
expr1 = "!A";
expr2 = "A";
expr1 = "A";
expr2 = "!A";
}
expr3 = "B";