diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-31 04:05:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-31 04:05:59 +0000 |
commit | 2f92435af077b751dd6006b8a9c8cb40c89de5ad (patch) | |
tree | 15faaee076ee82558e9838ba289eb4a67882c7f7 /sys/dev/ic | |
parent | e4ee6083a75f29e911d857dd96c73defe0a6feb7 (diff) |
missing nl, from art@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/cac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index 01c44d9ed33..6e42dc9b93e 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cac.c,v 1.9 2001/11/06 19:53:18 miod Exp $ */ +/* $OpenBSD: cac.c,v 1.10 2001/12/31 04:05:58 mickey Exp $ */ /* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */ /* @@ -330,7 +330,7 @@ cac_cmd(struct cac_softc *sc, int command, void *data, int datasize, #endif if ((ccb = cac_ccb_alloc(sc, 0)) == NULL) { - printf("%s: unable to alloc CCB", sc->sc_dv.dv_xname); + printf("%s: unable to alloc CCB\n", sc->sc_dv.dv_xname); return (ENOMEM); } |