diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-27 09:29:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-27 09:29:02 +0000 |
commit | b4fd54b3c88ab7675906a94d69cf5e19773782bb (patch) | |
tree | 067bb6df530463fdddbfa6a315a0c25e0e694e3e /sys/dev/usb | |
parent | 603314bc95dcd0052f8d5fa81acca41e426ad55e (diff) |
Fix compilation when UVISOR_DEBUG is defined.
From Alexandre Ratchov.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uvisor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index 0160b8b2e41..b1e073cafbe 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvisor.c,v 1.24 2006/03/14 10:18:10 dlg Exp $ */ +/* $OpenBSD: uvisor.c,v 1.25 2006/03/27 09:29:01 jsg Exp $ */ /* $NetBSD: uvisor.c,v 1.21 2003/08/03 21:59:26 nathanw Exp $ */ /* @@ -440,7 +440,7 @@ uvisor_init(struct uvisor_softc *sc, struct uvisor_connection_info *ci, * switch them over to using visor. dont do free space * checks on them since they dont like them either. */ - DPRINTF(("switching role for CLIE probe\n")) + DPRINTF(("switching role for CLIE probe\n")); sc->sc_flags = CLIE4; err = 0; } |