comctl32: Remove extraneous parentheses (LLVM/Clang).

This commit is contained in:
Austin English 2011-04-12 18:27:11 -05:00 committed by Alexandre Julliard
parent 85b5a869e8
commit 49538a4b31

View file

@ -529,7 +529,7 @@ static PDOC_ITEM SYSLINK_GetFocusLink (const SYSLINK_INFO *infoPtr, int *LinkId)
while(Current != NULL)
{
if((Current->Type == slLink))
if(Current->Type == slLink)
{
if(Current->u.Link.state & LIS_FOCUSED)
{