From a87104e677ac08295c9b21de573bec50877ea6fe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Apr 2002 18:23:40 +0000 Subject: 2001-04-08 Joel Sherrill * macros/rtems/score/timer.inl: Corrected typo on end of line. --- cpukit/rtems/macros/rtems/rtems/timer.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/macros/rtems/rtems') diff --git a/cpukit/rtems/macros/rtems/rtems/timer.inl b/cpukit/rtems/macros/rtems/rtems/timer.inl index aa47189776..e7c6792faa 100644 --- a/cpukit/rtems/macros/rtems/rtems/timer.inl +++ b/cpukit/rtems/macros/rtems/rtems/timer.inl @@ -51,7 +51,7 @@ */ #define _Timer_Is_interval_class( _the_class ) \ - ( ((_the_class) == TIMER_INTERVAL) || + ( ((_the_class) == TIMER_INTERVAL) || \ ((_the_class) == TIMER_INTERVAL_ON_TASK) ) /*PAGE -- cgit v1.2.3