From 5866e69427aa443bc3b17b32023068cb8223a9c0 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 21 Nov 2001 09:05:31 +0000 Subject: Fix dangling comma git-svn-id: svn://busybox.net/trunk/busybox@3766 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') 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) message(CONSOLE|LOG, #if #cpu(s390) /* 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 /* secondConsole is NULL for a serial console */ "The system is halted. Press %s or turn off power\n", -- cgit v1.2.3-55-g6feb