Commit 49538a4b authored by Austin English's avatar Austin English Committed by Alexandre Julliard

comctl32: Remove extraneous parentheses (LLVM/Clang).

parent 85b5a869
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment