aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-21 09:05:31 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-21 09:05:31 +0000
commit5866e69427aa443bc3b17b32023068cb8223a9c0 (patch)
tree096b33e5fe3488c8858193198c11b0efdf15efe7 /init
parent055199597c03b4545a069c5536c7d4d8e6de4e41 (diff)
downloadbusybox-w32-5866e69427aa443bc3b17b32023068cb8223a9c0.tar.gz
busybox-w32-5866e69427aa443bc3b17b32023068cb8223a9c0.tar.bz2
busybox-w32-5866e69427aa443bc3b17b32023068cb8223a9c0.zip
Fix dangling comma
git-svn-id: svn://busybox.net/trunk/busybox@3766 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 943db5261..8e2368306 100644
--- a/init/init.c
+++ b/init/init.c
@@ -687,7 +687,7 @@ static void halt_signal(int sig)
687 message(CONSOLE|LOG, 687 message(CONSOLE|LOG,
688#if #cpu(s390) 688#if #cpu(s390)
689 /* Seems the s390 console is Wierd(tm). */ 689 /* Seems the s390 console is Wierd(tm). */
690 "The system is halted. You may reboot now.\n", 690 "The system is halted. You may reboot now.\n"
691#else 691#else
692 /* secondConsole is NULL for a serial console */ 692 /* secondConsole is NULL for a serial console */
693 "The system is halted. Press %s or turn off power\n", 693 "The system is halted. Press %s or turn off power\n",