mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[WIN32SS]
* Remove extraneous parentheses. CORE-8516 svn path=/trunk/; revision=64120
This commit is contained in:
parent
e23636afda
commit
b26a0236de
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ DestroyTimersForWindow(PTHREADINFO pti, PWND Window)
|
|||
PTIMER pTmr;
|
||||
BOOL TimersRemoved = FALSE;
|
||||
|
||||
if ((Window == NULL))
|
||||
if (Window == NULL)
|
||||
return FALSE;
|
||||
|
||||
TimerEnterExclusive();
|
||||
|
|
Loading…
Reference in a new issue