mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +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:
@@ -35,7 +35,7 @@
|
||||
#include "stream-fd.h"
|
||||
#include "vlog.h"
|
||||
|
||||
VLOG_DEFINE_THIS_MODULE(stream_unix)
|
||||
VLOG_DEFINE_THIS_MODULE(stream_unix);
|
||||
|
||||
/* Active UNIX socket. */
|
||||
|
||||
|
Reference in New Issue
Block a user