mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
pmccontrol: Remove trailing semicolon
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/654
This commit is contained in:
parent
365348f66a
commit
94dcc95fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ static FILE *debug_stream = NULL;
|
|||
|
||||
#if DEBUG
|
||||
#define DEBUG_MSG(...) \
|
||||
(void) fprintf(debug_stream, "[pmccontrol] " __VA_ARGS__);
|
||||
(void) fprintf(debug_stream, "[pmccontrol] " __VA_ARGS__)
|
||||
#else
|
||||
#define DEBUG_MSG(m) /* */
|
||||
#endif /* !DEBUG */
|
||||
|
|
|
|||
Loading…
Reference in a new issue