summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-02-21 06:38:13 +0100
committerDavid Lamparter <equinox@diac24.net>2021-03-17 06:18:37 +0100
commit96244aca23adec551c29b78f26605f8af8eea53e (patch)
tree1f4b4216f3a73e5bddffa2898495a74b2992af0f /ospf6d/ospf6_interface.c
parent8451921b70044a2c1075e7ba391f095fabee2550 (diff)
*: require semicolon after DEFINE_QOBJ & co.
Again, see previous commits. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index 83950a4aaa..7ef97f1b65 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -46,7 +46,7 @@
#include "lib/json.h"
DEFINE_MTYPE_STATIC(OSPF6D, CFG_PLIST_NAME, "configured prefix list names");
-DEFINE_QOBJ_TYPE(ospf6_interface)
+DEFINE_QOBJ_TYPE(ospf6_interface);
DEFINE_HOOK(ospf6_interface_change,
(struct ospf6_interface * oi, int state, int old_state),
(oi, state, old_state));