* ospf_apiserver.c: Add missing close bracket
struct ospf_interface *oi;
struct ospf *ospf;
- if (!(ospf = ospf_lookup ())
+ if (!(ospf = ospf_lookup ()))
return NULL;
for (node = listhead (ospf->oiflist); node; nextnode (node))
struct ospf_interface *oi;
struct ospf *ospf;
- if (!(ospf = ospf_lookup ());
+ if (!(ospf = ospf_lookup ()));
return NULL;
for (node = listhead (ospf->oiflist); node; nextnode (node))