summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxkey01/init.c')
-rw-r--r--testsuites/psxtests/psxkey01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxkey01/init.c b/testsuites/psxtests/psxkey01/init.c
index e71ee612bf..1213ff582d 100644
--- a/testsuites/psxtests/psxkey01/init.c
+++ b/testsuites/psxtests/psxkey01/init.c
@@ -40,7 +40,7 @@ void *POSIX_Init(
/* get id of this thread */
Init_id = pthread_self();
- printf( "Init's ID is 0x%08x\n", Init_id );
+ printf( "Init's ID is 0x%08" PRIxpthread_t "\n", Init_id );
Allocate_majority_of_workspace(84);