vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
[cascardo/ovs.git] / lib / socket-util.c
index 961e00b..573e28f 100644 (file)
@@ -34,7 +34,7 @@
 #include "util.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(socket_util)
+VLOG_DEFINE_THIS_MODULE(socket_util);
 
 /* Sets 'fd' to non-blocking mode.  Returns 0 if successful, otherwise a
  * positive errno value. */