Skip to content

Commit 209ba21

Browse files
committed
fix html notation
1 parent 6788de1 commit 209ba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxx-sensors/src/main/resources/cppcheck.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4255,7 +4255,7 @@ meaningless. Did you intend to write '(*A)++;'?
42554255
<name>Comparison of a boolean value using relational operator (&lt;, &gt;, &lt;= or &gt;=)</name>
42564256
<description>
42574257
<![CDATA[
4258-
The result of the expression 'expression' is of type 'bool'. Comparing 'bool' value using relational (<, >, <= or >=) operator could cause unexpected results.
4258+
The result of the expression 'expression' is of type 'bool'. Comparing 'bool' value using relational (&lt;, &gt;, &lt;= or &gt;=) operator could cause unexpected results.
42594259
]]>
42604260
</description>
42614261
<internalKey>comparisonOfBoolWithInvalidComparator</internalKey>

0 commit comments

Comments
 (0)