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
@ -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 New Issue
Block a user