From 80413c2073a20774b264ab04f7a4ea4515699790 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 21 Feb 2021 07:07:15 +0100 Subject: *: require semicolon after FRR_DAEMON_INFO & co. ... again ... Signed-off-by: David Lamparter --- ospf6d/ospf6_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ospf6d/ospf6_main.c') diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 69424f4b46..c601693a7e 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -182,7 +182,8 @@ FRR_DAEMON_INFO(ospf6d, OSPF6, .vty_port = OSPF6_VTY_PORT, .n_signals = array_size(ospf6_signals), .privs = &ospf6d_privs, .yang_modules = ospf6d_yang_modules, - .n_yang_modules = array_size(ospf6d_yang_modules), ) + .n_yang_modules = array_size(ospf6d_yang_modules), +); /* Main routine of ospf6d. Treatment of argument and starting ospf finite state machine is handled here. */ -- cgit v1.2.3