vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
[openvswitch] / vswitchd / ovs-brcompatd.c
index 39c110134f12f1ba64d020b28c2c43ade9ba45f2..6feeda054118247881459a0e5a7ed9c83f2aa787 100644 (file)
@@ -57,7 +57,7 @@
 #include "vlog.h"
 #include "vswitchd/vswitch-idl.h"
 
-VLOG_DEFINE_THIS_MODULE(brcompatd)
+VLOG_DEFINE_THIS_MODULE(brcompatd);
 
 
 /* xxx Just hangs if datapath is rmmod/insmod.  Learn to reconnect? */