summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/snd_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/snd_mbx.c')
-rw-r--r--cpukit/itron/src/snd_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/snd_mbx.c b/cpukit/itron/src/snd_mbx.c
index 6d1abb5e41..f257ab3b41 100644
--- a/cpukit/itron/src/snd_mbx.c
+++ b/cpukit/itron/src/snd_mbx.c
@@ -64,7 +64,7 @@ ER snd_msg(
break;
}
- _ITRON_return_errorno(
+ _ITRON_return_errorno(
_ITRON_Mailbox_Translate_core_message_queue_return_code( msg_status )
);
}