summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremsgflushsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coremsgflushsupp.c')
-rw-r--r--cpukit/score/src/coremsgflushsupp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/coremsgflushsupp.c b/cpukit/score/src/coremsgflushsupp.c
index 2f959f49d5..77f56d6fe7 100644
--- a/cpukit/score/src/coremsgflushsupp.c
+++ b/cpukit/score/src/coremsgflushsupp.c
@@ -85,7 +85,7 @@ uint32_t _CORE_message_queue_Flush_support(
_ISR_Disable( level );
inactive_head = _Chain_Head( &the_message_queue->Inactive_messages );
- inactive_first = inactive_head->next;;
+ inactive_first = inactive_head->next;
message_queue_first = _Chain_First( &the_message_queue->Pending_messages );
message_queue_last = _Chain_Last( &the_message_queue->Pending_messages );