From b38955b04337fc82d424a1ff79c472b5af9932c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 Feb 1996 15:38:03 +0000 Subject: comma removed from end of last enumerated element --- cpukit/score/include/rtems/score/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index c485671e75..d2ffb41093 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -131,7 +131,7 @@ typedef struct { typedef enum { THREAD_API_RTEMS, - THREAD_API_POSIX, + THREAD_API_POSIX } Thread_APIs; #define THREAD_API_FIRST THREAD_API_RTEMS -- cgit v1.2.3