diff options
Diffstat (limited to 'sys/dev/usb/wlan/if_run.c')
-rw-r--r-- | sys/dev/usb/wlan/if_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index 06d3764..3ab607f 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -79,7 +79,7 @@ __FBSDID("$FreeBSD$"); #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) -#if USB_DEBUG +#ifdef USB_DEBUG #define RUN_DEBUG #endif |