aboutsummaryrefslogtreecommitdiff
path: root/posix/runptests.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/runptests.c')
-rw-r--r--posix/runptests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/runptests.c b/posix/runptests.c
index ded4732..6dfd3a4 100644
--- a/posix/runptests.c
+++ b/posix/runptests.c
@@ -115,7 +115,7 @@ main (int argc, char *argv[])
regfree (&re);
}
- printf ("\n%Zu tests, %d errors\n", cnt, errors);
+ printf ("\n%zu tests, %d errors\n", cnt, errors);
return errors != 0;
}