| commit | 9a62491660e4d432282149652a305b7e559e2993 | [log] [tgz] |
|---|---|---|
| author | Vincent Béron <vberon@mecano.gme.usherb.ca> | Fri May 31 23:06:46 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri May 31 23:06:46 2002 +0000 |
| tree | a13d03164268fe396ae99d40e5eaf0ec5714527d | |
| parent | 332d62ba108ff5d33ae1007f16eb3e2a94efd839 [diff] [blame] |
Removed trailing whitespace.
diff --git a/misc/system.c b/misc/system.c index 4196aa3..a5d2d2a 100644 --- a/misc/system.c +++ b/misc/system.c
@@ -192,7 +192,7 @@ */ WORD WINAPI SYSTEM_KillSystemTimer( WORD timer ) { - if ( !timer || timer > NB_SYS_TIMERS || !SYS_Timers[timer-1].callback ) + if ( !timer || timer > NB_SYS_TIMERS || !SYS_Timers[timer-1].callback ) return timer; /* Error */ SYS_Timers[timer-1].callback = NULL; if (!--SYS_NbTimers) SYSTEM_StopTicks();