]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/qobj.c
Merge pull request #10767 from donaldsharp/some_fixes
[mirror_frr.git] / lib / qobj.c
index cb3254cbe9305e9fd5824d346884487525c1d80c..c6cb36c058b3b052d46938303947069a4eb4cfb2 100644 (file)
@@ -43,7 +43,7 @@ static int qobj_cmp(const struct qobj_node *na, const struct qobj_node *nb)
 }
 
 DECLARE_HASH(qobj_nodes, struct qobj_node, nodehash,
-                       qobj_cmp, qobj_hash)
+                       qobj_cmp, qobj_hash);
 
 static pthread_rwlock_t nodes_lock;
 static struct qobj_nodes_head nodes = { };