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

index 69300db35a4fdc3055e633faf73cb89a31a5ca08..65ee37e33c919ed88b420d9e3b6fcf7f83672c2e 100755 (executable)
@@ -170,7 +170,7 @@ PRIVATE void announce(void)
 {
   /* Display the MINIX startup banner. */
   kprintf("MINIX %s.%s. "
-      "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n"
+      "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n",
       OS_RELEASE, OS_VERSION);
 #if (CHIP == INTEL)
   /* Real mode, or 16/32-bit protected mode? */