summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/mqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/mqueue.c')
-rw-r--r--apps/examples/ostest/mqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ostest/mqueue.c b/apps/examples/ostest/mqueue.c
index b5f1ffb56..4f1c48807 100644
--- a/apps/examples/ostest/mqueue.c
+++ b/apps/examples/ostest/mqueue.c
@@ -403,7 +403,7 @@ void mqueue_test(void)
pthread_join(receiver, &result);
if (result != expected)
{
- printf("mqueue_test: ERROR receiver thread should have exited with %d\n",
+ printf("mqueue_test: ERROR receiver thread should have exited with %p\n",
expected);
printf(" ERROR Instead exited with nerrors=%d\n",
(int)result);