diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-21 09:05:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-21 09:05:31 +0000 |
commit | 2480e3a30a063fb400a0912ddf513dff03ebc641 (patch) | |
tree | 096b33e5fe3488c8858193198c11b0efdf15efe7 | |
parent | 1dbd6ff80fe037bf603fb24d9357583a0ede4edf (diff) | |
download | busybox-w32-2480e3a30a063fb400a0912ddf513dff03ebc641.tar.gz busybox-w32-2480e3a30a063fb400a0912ddf513dff03ebc641.tar.bz2 busybox-w32-2480e3a30a063fb400a0912ddf513dff03ebc641.zip |
Fix dangling comma
-rw-r--r-- | init/init.c | 2 |
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", |