From 88bbb93e240df6bbdddd543d1940b8ed30a54a5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 12 Sep 2009 14:31:51 +0000 Subject: 2009-09-12 Joel Sherrill * score/src/coremsgseize.c: Fix typo. --- cpukit/score/src/coremsgseize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/coremsgseize.c') diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c index e44dc80fda..17a210c2ed 100644 --- a/cpukit/score/src/coremsgseize.c +++ b/cpukit/score/src/coremsgseize.c @@ -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 -- cgit v1.2.3