]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
Fix missing newline in test output
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / powerpc / test-gettimebasefreq.c
index af765bc6355f03eccaada1cc7b6b434c265f0169..6b1c812a9f906c7f2c2d18c02173f2cd42584006 100644 (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;
   }