]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/hook.c
Merge pull request #12142 from opensourcerouting/fix/sendholdtimer
[mirror_frr.git] / lib / hook.c
index 5a8ad00d660d437f2d3a972f7cec003cd299752a..895243aad7265239815b17b619160dd79e97e5cd 100644 (file)
@@ -23,7 +23,7 @@
 #include "memory.h"
 #include "hook.h"
 
-DEFINE_MTYPE_STATIC(LIB, HOOK_ENTRY, "Hook entry")
+DEFINE_MTYPE_STATIC(LIB, HOOK_ENTRY, "Hook entry");
 
 void _hook_register(struct hook *hook, struct hookent *stackent, void *funcptr,
                    void *arg, bool has_arg, struct frrmod_runtime *module,