summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/ref_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/ref_mbx.c')
-rw-r--r--cpukit/itron/src/ref_mbx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/itron/src/ref_mbx.c b/cpukit/itron/src/ref_mbx.c
index 2f469987ec..6e100e011e 100644
--- a/cpukit/itron/src/ref_mbx.c
+++ b/cpukit/itron/src/ref_mbx.c
@@ -47,7 +47,7 @@ ER ref_mbx(
pending = &the_mailbox->message_queue.Pending_messages;
if ( _Chain_Is_empty( pending ) )
pk_rmbx->pk_msg = NULL;
- else
+ else
pk_rmbx->pk_msg = (T_MSG *) pending->first;
/*
@@ -63,4 +63,3 @@ ER ref_mbx(
}
_ITRON_return_errorno( E_OK );
}
-