comctl32: Remove extraneous parentheses (LLVM/Clang).
This commit is contained in:
parent
85b5a869e8
commit
49538a4b31
|
@ -529,7 +529,7 @@ static PDOC_ITEM SYSLINK_GetFocusLink (const SYSLINK_INFO *infoPtr, int *LinkId)
|
||||||
|
|
||||||
while(Current != NULL)
|
while(Current != NULL)
|
||||||
{
|
{
|
||||||
if((Current->Type == slLink))
|
if(Current->Type == slLink)
|
||||||
{
|
{
|
||||||
if(Current->u.Link.state & LIS_FOCUSED)
|
if(Current->u.Link.state & LIS_FOCUSED)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue