diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-07-31 14:34:36 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-07-31 14:34:36 +0000 |
| commit | 528d1a7fbc2d6f7ab5fc29c7c2dd6c03e76eaba6 (patch) | |
| tree | fafe553431d8770eb184a810f65960276fbbcccb /sys/dev/usb/uscanner.c | |
| parent | 6ada40b0096875267625ec96a56a591ff1f041de (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uscanner.c')
| -rw-r--r-- | sys/dev/usb/uscanner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index 7fe32dbf29ef..03c9091c453a 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -72,7 +72,7 @@ #include <dev/usb/usbdevs.h> -#ifdef USCANNER_DEBUG +#ifdef USB_DEBUG #define DPRINTF(x) if (uscannerdebug) logprintf x #define DPRINTFN(n,x) if (uscannerdebug>(n)) logprintf x int uscannerdebug = 0; |
