Skip to content
Snippets Groups Projects
Commit 49538a4b authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

comctl32: Remove extraneous parentheses (LLVM/Clang).

parent 85b5a869
Branches
Tags
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment