]> Zhao Yanbai Git Server - minix.git/commitdiff
Missing newline
authorBen Gras <ben@minix3.org>
Thu, 6 Oct 2005 09:41:27 +0000 (09:41 +0000)
committerBen Gras <ben@minix3.org>
Thu, 6 Oct 2005 09:41:27 +0000 (09:41 +0000)
kernel/main.c

index 11ea4e8b4a3ab44bd99c339411c6eefa622bf9e6..e6a6ebc080e8df336fcc283f29a0b59374464ad5 100755 (executable)
@@ -172,7 +172,7 @@ PUBLIC void main()
 PRIVATE void announce(void)
 {
   /* Display the MINIX startup banner. */
-  kprintf("MINIX %s.%s. "
+  kprintf("\nMINIX %s.%s. "
   "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n",
       OS_RELEASE, OS_VERSION);
 #if (CHIP == INTEL)