Fix dangling comma
This commit is contained in:
parent
1dbd6ff80f
commit
2480e3a30a
@ -687,7 +687,7 @@ static void halt_signal(int sig)
|
|||||||
message(CONSOLE|LOG,
|
message(CONSOLE|LOG,
|
||||||
#if #cpu(s390)
|
#if #cpu(s390)
|
||||||
/* Seems the s390 console is Wierd(tm). */
|
/* Seems the s390 console is Wierd(tm). */
|
||||||
"The system is halted. You may reboot now.\n",
|
"The system is halted. You may reboot now.\n"
|
||||||
#else
|
#else
|
||||||
/* secondConsole is NULL for a serial console */
|
/* secondConsole is NULL for a serial console */
|
||||||
"The system is halted. Press %s or turn off power\n",
|
"The system is halted. Press %s or turn off power\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user