mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix syntax error, where this was not compile tested after style(9)'ing.
This commit is contained in:
parent
dd4af53607
commit
969e32658d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue