diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-22 22:43:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-22 22:43:45 +0000 |
commit | a458748e9c8656ffa8c3c7155f1a494273ab36c5 (patch) | |
tree | c51c2a361e8dbd8b4ca121d9922b6b643ff45096 /sys/dev/pci/ohci_pci.c | |
parent | e1c998b2a516ddeeb94f81cb30359f969b7bdf88 (diff) |
fix pretty print
Diffstat (limited to 'sys/dev/pci/ohci_pci.c')
-rw-r--r-- | sys/dev/pci/ohci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ohci_pci.c b/sys/dev/pci/ohci_pci.c index a09d6a30a3a..70a2fd1d655 100644 --- a/sys/dev/pci/ohci_pci.c +++ b/sys/dev/pci/ohci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohci_pci.c,v 1.8 2001/01/21 02:42:49 mickey Exp $ */ +/* $OpenBSD: ohci_pci.c,v 1.9 2001/01/22 22:43:44 deraadt Exp $ */ /* $NetBSD: ohci_pci.c,v 1.9 1999/05/20 09:52:35 augustss Exp $ */ /* @@ -150,7 +150,7 @@ ohci_pci_attach(parent, self, aux) printf("\n"); return; } - printf(": %s", intrstr); + printf(": %s\n", intrstr); /* Attach usb device. */ sc->sc.sc_child = config_found((void *)sc, &sc->sc.sc_bus, |