vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
[openvswitch] / vswitchd / proc-net-compat.c
index 0eda6d2584409320d9e2bc31b5e7c576ac4b4c66..d8160f45fded72aff709ee3155a55d641f7f4887 100644 (file)
@@ -33,7 +33,7 @@
 #include "svec.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(proc_net_compat)
+VLOG_DEFINE_THIS_MODULE(proc_net_compat);
 
 /* Netlink socket to bridge compatibility kernel module. */
 static struct nl_sock *brc_sock;