aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes.c')
-rw-r--r--src/nodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes.c b/src/nodes.c
index b821c004..529af688 100644
--- a/src/nodes.c
+++ b/src/nodes.c
@@ -202,7 +202,7 @@ serd_nodes_new(void)
{
SerdNodes* const nodes = (SerdNodes*)calloc(1, sizeof(SerdNodes));
- nodes->hash = zix_hash_new(nodes_key, nodes_hash, nodes_equal);
+ nodes->hash = zix_hash_new(NULL, nodes_key, nodes_hash, nodes_equal);
return nodes;
}