aboutsummaryrefslogtreecommitdiff
path: root/string/tester.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tester.c')
-rw-r--r--string/tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tester.c b/string/tester.c
index 5a39705..eed7623 100644
--- a/string/tester.c
+++ b/string/tester.c
@@ -1647,7 +1647,7 @@ main (void)
else
{
status = EXIT_FAILURE;
- printf("%Zd errors.\n", errors);
+ printf("%zd errors.\n", errors);
}
return status;