summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmmap01/test_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmmap01/test_helper.c')
-rw-r--r--testsuites/psxtests/psxmmap01/test_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxmmap01/test_helper.c b/testsuites/psxtests/psxmmap01/test_helper.c
index cab8e9138b..cf68e8f6cd 100644
--- a/testsuites/psxtests/psxmmap01/test_helper.c
+++ b/testsuites/psxtests/psxmmap01/test_helper.c
@@ -24,7 +24,7 @@ void fail_check(
{
va_list ap;
- printf( "%s: %d: ", file, line );
+ printf( "%s: %zd: ", file, line );
va_start(ap, fmt);
vprintf(fmt, ap);