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:
Elyes Haouas 2023-03-14 20:09:16 -06:00 committed by Warner Losh
parent 365348f66a
commit 94dcc95fdf

View file

@ -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 */