projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix format string.
[kopensolaris-gnu/glibc.git]
/
string
/
tst-inlcall.c
diff --git
a/string/tst-inlcall.c
b/string/tst-inlcall.c
index
3682e88
..
1e39ee4
100644
(file)
--- a/
string/tst-inlcall.c
+++ b/
string/tst-inlcall.c
@@
-70,7
+70,7
@@
main (void)
else
{
status = EXIT_FAILURE;
- printf ("%
Z
d errors.\n", errors);
+ printf ("%d errors.\n", errors);
}
exit (status);
}