diff options
Diffstat (limited to 'src/query.c')
-rw-r--r-- | src/query.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/query.c b/src/query.c index d8d4ea7..68c08b4 100644 --- a/src/query.c +++ b/src/query.c @@ -82,7 +82,9 @@ lilv_nodes_from_stream_objects_i18n(LilvWorld* world, partial = value; } } else { - zix_tree_insert(values, lilv_node_new_from_node(world, value), NULL); + zix_tree_insert(values, + lilv_node_new_from_node(world, value), + NULL); } } lilv_match_end(stream); |