]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/debug.c
Merge pull request #10405 from kanaya516/feature/adj-sid-yang
[mirror_frr.git] / lib / debug.c
index 3248ceb13b53222e84a143a5a532a73c4cf8d0dd..e2ba4cd4ef118fb9e47f2016788b254da509f0b7 100644 (file)
@@ -24,7 +24,7 @@
 
 static struct debug_cb_list_head cb_head;
 
-DECLARE_LIST(debug_cb_list, struct debug_callbacks, item)
+DECLARE_LIST(debug_cb_list, struct debug_callbacks, item);
 
 /* All code in this section should be reentrant and MT-safe */