diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-01 13:05:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-01 13:05:02 +0000 |
commit | 455959b2e6c01c8b6de9a4196a4ec062218508de (patch) | |
tree | d5ccdc36673c1e84022a813712e8e18346a39f3f /sys/arch/i386/boot/boot.c | |
parent | c2c7e3dc864562d84a7f727e1d7ab36c2b417bdc (diff) |
prompt with : instead of :-
Diffstat (limited to 'sys/arch/i386/boot/boot.c')
-rw-r--r-- | sys/arch/i386/boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c index 86c7adbb448..8845307697c 100644 --- a/sys/arch/i386/boot/boot.c +++ b/sys/arch/i386/boot/boot.c @@ -297,7 +297,7 @@ getbootdev(howto) { static char namebuf[100]; /* don't allocate on stack! */ char c, *ptr = namebuf; - printf("Boot: [[[%s(%d,%c)]%s][-adrs]] :- ", + printf("Boot: [[[%s(%d,%c)]%s][-adrs]] : ", devs[maj], unit, 'a'+part, name); #ifdef CHECKSUM cflag = 0; |