]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Error prone semicolon 3001/head
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Mon, 13 May 2019 12:57:02 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2019 12:57:02 +0000 (14:57 +0200)
Suppressed error prone semicolon in SYSTRACE() macro.

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
src/lxc/log.h

index 4ced2d750674d029ccb9872d37403dacdff3e61d..5afe4e0935ef1a4a08e6664cf34842729a54e2a8 100644 (file)
@@ -418,7 +418,7 @@ ATTR_UNUSED static inline void LXC_##LEVEL(struct lxc_log_locinfo* locinfo, \
 
 #if HAVE_M_FORMAT
 #define SYSTRACE(format, ...)                              \
-               TRACE("%m - " format, ##__VA_ARGS__);
+               TRACE("%m - " format, ##__VA_ARGS__)
 #else
 #define SYSTRACE(format, ...)                              \
        do {                                               \