[WIN32SS]

* Remove extraneous parentheses.
CORE-8516

svn path=/trunk/; revision=64120
This commit is contained in:
Amine Khaldi 2014-09-11 13:34:39 +00:00
parent e23636afda
commit b26a0236de

View file

@ -512,7 +512,7 @@ DestroyTimersForWindow(PTHREADINFO pti, PWND Window)
PTIMER pTmr;
BOOL TimersRemoved = FALSE;
if ((Window == NULL))
if (Window == NULL)
return FALSE;
TimerEnterExclusive();