diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-22 18:53:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-22 18:53:58 +0000 |
commit | 2057837f5527078bea6d69ae34ccaf9455be8874 (patch) | |
tree | 1c514af30354ced41857f6bd10a041016bcaa608 /sys/dev | |
parent | bb6ebc6cc193723db4f253080cbda504ae9776fd (diff) |
repair printing
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pccbb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c index 722bafdef8c..c1ab80640d0 100644 --- a/sys/dev/pci/pccbb.c +++ b/sys/dev/pci/pccbb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccbb.c,v 1.14 2001/01/21 02:37:07 mickey Exp $ */ +/* $OpenBSD: pccbb.c,v 1.15 2001/01/22 18:53:57 deraadt Exp $ */ /* $NetBSD: pccbb.c,v 1.42 2000/06/16 23:41:35 cgd Exp $ */ /* @@ -502,7 +502,7 @@ pccbbattach(parent, self, aux) printf("\n"); return; } - printf(" %s\n", intrstr); + printf(": %s\n", intrstr); shutdownhook_establish(pccbb_shutdown, sc); |