summaryrefslogtreecommitdiff
path: root/string/tst-inlcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-inlcall.c')
-rw-r--r--string/tst-inlcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-inlcall.c b/string/tst-inlcall.c
index 3682e88ff6..1e39ee4870 100644
--- a/string/tst-inlcall.c
+++ b/string/tst-inlcall.c
@@ -70,7 +70,7 @@ main (void)
else
{
status = EXIT_FAILURE;
- printf ("%Zd errors.\n", errors);
+ printf ("%d errors.\n", errors);
}
exit (status);
}