summaryrefslogtreecommitdiffstats
path: root/sys/sys/module.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-01 07:05:45 +0000
committerobrien <obrien@FreeBSD.org>2002-03-01 07:05:45 +0000
commit4bb1d8f6b3e6bde5bf831c68638738dd55101886 (patch)
tree3b7300df986ae3b3a5d72306e9b72deec6831735 /sys/sys/module.h
parent7d70ce2abc5dc12a39914a6774a684901ca1f7e8 (diff)
downloadFreeBSD-src-4bb1d8f6b3e6bde5bf831c68638738dd55101886.zip
FreeBSD-src-4bb1d8f6b3e6bde5bf831c68638738dd55101886.tar.gz
Fix syntax error, where this was not compile tested after style(9)'ing.
Diffstat (limited to 'sys/sys/module.h')
-rw-r--r--sys/sys/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/module.h b/sys/sys/module.h
index 1f488b6..5dc6151 100644
--- a/sys/sys/module.h
+++ b/sys/sys/module.h
@@ -142,7 +142,7 @@ void module_setspecific(module_t, modspecific_t *);
extern int mod_debug;
#define MOD_DEBUG_REFS 1
-#define MOD_DPF(cat, args) do { \
+#define MOD_DPF(cat, args) do { \
if (mod_debug & MOD_DEBUG_##cat) \
printf(args); \
} while (0)
OpenPOWER on IntegriCloud