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 82530de68e..b66bd3d49e 100644
--- a/cpukit/itron/src/snd_mbx.c
+++ b/cpukit/itron/src/snd_mbx.c
@@ -60,7 +60,7 @@ ER snd_msg(
the_mailbox->Object.id,
NULL, /* multiprocessing not supported */
message_priority,
- FALSE, /* do not allow sender to block */
+ false, /* do not allow sender to block */
0 /* no timeout */
);
break;