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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux