summaryrefslogtreecommitdiffstats
path: root/src/sord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sord.c')
-rw-r--r--src/sord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sord.c b/src/sord.c
index 458d66d..bf272d6 100644
--- a/src/sord.c
+++ b/src/sord.c
@@ -1120,7 +1120,7 @@ sord_node_from_serd_node(SordWorld* world,
return NULL;
case SERD_LITERAL:
datatype_node = sord_node_from_serd_node(
- world, env, datatype, NULL, NULL),
+ world, env, datatype, NULL, NULL);
ret = sord_new_literal_counted(
world,
datatype_node,