diff options
Diffstat (limited to 'lib/rconn.c')
-rw-r--r-- | lib/rconn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rconn.c b/lib/rconn.c index 06f36264e..45df35dbe 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -32,7 +32,7 @@ #include "vconn.h" #include "vlog.h" -VLOG_DEFINE_THIS_MODULE(rconn) +VLOG_DEFINE_THIS_MODULE(rconn); #define STATES \ STATE(VOID, 1 << 0) \ |