summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-18 01:49:06 +0000
committerDavid Robillard <d@drobilla.net>2012-01-18 01:49:06 +0000
commita3246042ee14c73de02db049c46cadc2a220dc59 (patch)
tree424e2f0e3301fcbf16f71b77effcf57d08409248 /src
parent5c63a7401c3c6535557633b9c0e3e1b2b0ef144b (diff)
downloadlilv-a3246042ee14c73de02db049c46cadc2a220dc59.tar.gz
lilv-a3246042ee14c73de02db049c46cadc2a220dc59.tar.bz2
lilv-a3246042ee14c73de02db049c46cadc2a220dc59.zip
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3962 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
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,