summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp25/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp25/task1.c')
-rw-r--r--testsuites/sptests/sp25/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp25/task1.c b/testsuites/sptests/sp25/task1.c
index 6222c4e734..17d65d319f 100644
--- a/testsuites/sptests/sp25/task1.c
+++ b/testsuites/sptests/sp25/task1.c
@@ -36,7 +36,7 @@ rtems_task Task_1(
rtems_id region_id;
status = rtems_region_ident(Region_name[ 1 ], &region_id);
- printf( "TA1 - rtems_region_ident - %08x\n", region_id );
+ printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
directive_failed(status, "rtems_region_ident of RN01");
puts(