Author: akhaldi Date: Thu Sep 11 13:34:39 2014 New Revision: 64120
URL: http://svn.reactos.org/svn/reactos?rev=64120&view=rev Log: [WIN32SS] * Remove extraneous parentheses. CORE-8516
Modified: trunk/reactos/win32ss/user/ntuser/timer.c
Modified: trunk/reactos/win32ss/user/ntuser/timer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/timer.c... ============================================================================== --- trunk/reactos/win32ss/user/ntuser/timer.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/ntuser/timer.c [iso-8859-1] Thu Sep 11 13:34:39 2014 @@ -512,7 +512,7 @@ PTIMER pTmr; BOOL TimersRemoved = FALSE;
- if ((Window == NULL)) + if (Window == NULL) return FALSE;
TimerEnterExclusive();