Missing comma
This commit is contained in:
parent
b46a51cfd6
commit
293e1ea70d
1 changed files with 1 additions and 1 deletions
|
@ -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? */
|
||||
|
|
Loading…
Reference in a new issue