OSDN Git Service

Disambiguate the second logical test.
authorBill King <bill.king@nokia.com>
Fri, 25 Jun 2010 04:12:01 +0000 (14:12 +1000)
committerBill King <bill.king@nokia.com>
Fri, 25 Jun 2010 04:12:01 +0000 (14:12 +1000)
commit21843d6326e107acf21d7a7649b7d226d4a3761a
tree00cf643989a5ebecbe01047b13b4fb0f094f6c27
parent6f67360efeb01dc314c742df8489d63674b5308a
Disambiguate the second logical test.

The second line test could be misread by both the compiler or the reader.
gcc even warns about this, so add brackets just to make sure.
src/plugins/cppeditor/cpphighlighter.cpp