2009-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>

* score/src/coremsgseize.c: Fix typo.
This commit is contained in:
Joel Sherrill
2009-09-12 14:31:51 +00:00
parent 6b7ef8a30d
commit 88bbb93e24
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsgseize.c: Fix typo.
2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/coremsg.h,

View File

@@ -125,7 +125,7 @@ void _CORE_message_queue_Seize(
the_message_queue,
the_message,
#if defined(RTEMS_SCORE_COREMSG_ENABLE_MESSAGE_PRIORITY)
the_message->priority,
the_message->priority
#else
0
#endif