summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/priority.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/macros/rtems/score/priority.inl')
-rw-r--r--cpukit/score/macros/rtems/score/priority.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/macros/rtems/score/priority.inl b/cpukit/score/macros/rtems/score/priority.inl
index 7ad1fd909a..380df633d7 100644
--- a/cpukit/score/macros/rtems/score/priority.inl
+++ b/cpukit/score/macros/rtems/score/priority.inl
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * priority.inl,v 1.2 1995/05/31 16:49:27 joel Exp
*/
#ifndef __PRIORITY_inl
@@ -139,6 +139,6 @@
#define _Priority_Is_group_empty ( _the_priority ) \
( (_the_priority) == 0 )
-}
+
#endif
/* end of include file */