summaryrefslogtreecommitdiff
path: root/ovsdb/file.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-10-19 14:47:01 -0700
committerBen Pfaff <blp@nicira.com>2010-10-29 09:48:47 -0700
commitd98e60075528c3065ad453f7add4b30f22edcde3 (patch)
tree01f2266cae63af507e6ac6b72ab8153b7d496bdd /ovsdb/file.c
parent10a24935c9d382e4d85b05d9616843f3d3bb4983 (diff)
downloadopenvswitch-d98e60075528c3065ad453f7add4b30f22edcde3.tar.gz
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.
Diffstat (limited to 'ovsdb/file.c')
-rw-r--r--ovsdb/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/file.c b/ovsdb/file.c
index ddb443a11..d09395c4c 100644
--- a/ovsdb/file.c
+++ b/ovsdb/file.c
@@ -38,7 +38,7 @@
#include "util.h"
#include "vlog.h"
-VLOG_DEFINE_THIS_MODULE(ovsdb_file)
+VLOG_DEFINE_THIS_MODULE(ovsdb_file);
/* Minimum number of milliseconds between database compactions. */
#define COMPACT_MIN_MSEC (10 * 60 * 1000) /* 10 minutes. */