mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[WIN32SS]
* Remove extraneous parentheses. CORE-8516 svn path=/trunk/; revision=64120
This commit is contained in:
@@ -512,7 +512,7 @@ DestroyTimersForWindow(PTHREADINFO pti, PWND Window)
|
||||
PTIMER pTmr;
|
||||
BOOL TimersRemoved = FALSE;
|
||||
|
||||
if ((Window == NULL))
|
||||
if (Window == NULL)
|
||||
return FALSE;
|
||||
|
||||
TimerEnterExclusive();
|
||||
|
||||
Reference in New Issue
Block a user