From a3246042ee14c73de02db049c46cadc2a220dc59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jan 2012 01:49:06 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3962 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.c b/src/world.c index 1811d6f..8190c34 100644 --- a/src/world.c +++ b/src/world.c @@ -626,7 +626,7 @@ lilv_world_load_specifications(LilvWorld* world) for (LilvSpec* spec = world->specs; spec; spec = spec->next) { LILV_FOREACH(nodes, f, spec->data_uris) { LilvNode* file = (LilvNode*)lilv_collection_get(spec->data_uris, f); - + const SerdNode* node = sord_node_to_serd_node(file->val.uri_val); SerdEnv* env = serd_env_new(node); SerdReader* reader = sord_new_reader(world->model, env, -- cgit v1.2.1