From d98e60075528c3065ad453f7add4b30f22edcde3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 19 Oct 2010 14:47:01 -0700 Subject: 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. --- vswitchd/system-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vswitchd/system-stats.c') diff --git a/vswitchd/system-stats.c b/vswitchd/system-stats.c index 11b2fbed..45b8cce6 100644 --- a/vswitchd/system-stats.c +++ b/vswitchd/system-stats.c @@ -39,7 +39,7 @@ #include "timeval.h" #include "vlog.h" -VLOG_DEFINE_THIS_MODULE(system_stats) +VLOG_DEFINE_THIS_MODULE(system_stats); /* #ifdefs make it a pain to maintain code: you have to try to build both ways. * Thus, this file tries to compile as much of the code as possible regardless -- cgit v1.2.3