[libvirt] [PATCH 7/9] Require a semicolon for VIR_LOG_INIT calls

Cole Robinson crobinso at redhat.com
Wed Jan 23 22:46:14 UTC 2019


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 at 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




More information about the libvir-list mailing list