2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.

It's kind of odd for VLOG_DEFINE_THIS_MODULE to supply its own semicolon,
so this commit switches to the more common form.
This commit is contained in:
Ben Pfaff
2010-10-19 14:47:01 -07:00
parent 10a24935c9
commit d98e600755
72 changed files with 75 additions and 75 deletions

View 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. */