summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/trcv_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/trcv_mbx.c')
-rw-r--r--cpukit/itron/src/trcv_mbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/trcv_mbx.c b/cpukit/itron/src/trcv_mbx.c
index 0ffd2e6912..62a3098140 100644
--- a/cpukit/itron/src/trcv_mbx.c
+++ b/cpukit/itron/src/trcv_mbx.c
@@ -65,12 +65,12 @@ ER trcv_msg(
ppk_msg,
&size,
wait,
- interval
+ interval
);
break;
}
- _ITRON_return_errorno(
+ _ITRON_return_errorno(
_ITRON_Mailbox_Translate_core_message_queue_return_code(
_Thread_Executing->Wait.return_code ) );
}