1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix missing newline in test output

This commit is contained in:
Andreas Schwab
2014-07-09 11:06:00 +02:00
parent c213442ddd
commit 4a2552c3eb
3 changed files with 7 additions and 2 deletions

View File

@ -41,7 +41,7 @@ do_test (void)
printf ("Time Base frequency = %"PRIu64" Hz\n", f);
if (f == 0) {
printf ("Fail: The time base frequency can't be zero.");
printf ("Fail: The time base frequency can't be zero.\n");
return 1;
}