Drop the semicolon from the final statement of the macro, so
the compiler will require callers to add a semicolon.
Signed-off-by: Cole Robinson <crobinso(a)redhat.com>
---
src/util/virlog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/virlog.h b/src/util/virlog.h
index 8edd390378..775a726b06 100644
--- a/src/util/virlog.h
+++ b/src/util/virlog.h
@@ -79,7 +79,7 @@ struct _virLogSource {
.priority = VIR_LOG_ERROR, \
.serial = 0, \
.flags = 0, \
- };
+ }
/*
* If configured with --enable-debug=yes then library calls
--
2.20.1