diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/tst-printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index 0d40e29413..8dccd3fd48 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.c @@ -188,7 +188,7 @@ I am ready for my first lesson today."; printf ("%#03x\n", 1); - printf ("something really insane: %.10000f", 1.0); + printf ("something really insane: %.10000f\n", 1.0); { double d = FLT_MIN; |