summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 9d6ac45..7d1c307 100644
--- a/src/world.c
+++ b/src/world.c
@@ -228,7 +228,8 @@ lilv_world_query_values(LilvWorld* world,
const SordNode* predicate,
const SordNode* object)
{
- return lilv_nodes_from_stream_objects(world,
+ return lilv_nodes_from_stream_objects(
+ world,
lilv_world_query(world, subject, predicate, object));
}