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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user