]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/babel_interface.c
*: require semicolon after DEFINE_MTYPE & co
[mirror_frr.git] / babeld / babel_interface.c
index 85d79bdc3bf0e6c5b79081ed4907c57adcb7716f..41391c51ac9b99e2017addec8e3c29f247558dbd 100644 (file)
@@ -42,7 +42,7 @@ THE SOFTWARE.
 #include "xroute.h"
 #include "babel_errors.h"
 
-DEFINE_MTYPE_STATIC(BABELD, BABEL_IF, "Babel Interface")
+DEFINE_MTYPE_STATIC(BABELD, BABEL_IF, "Babel Interface");
 
 #define IS_ENABLE(ifp) (babel_enable_if_lookup(ifp->name) >= 0)