diff options
author | David Robillard <d@drobilla.net> | 2012-01-18 01:49:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-18 01:49:06 +0000 |
commit | a3246042ee14c73de02db049c46cadc2a220dc59 (patch) | |
tree | 424e2f0e3301fcbf16f71b77effcf57d08409248 /src/world.c | |
parent | 5c63a7401c3c6535557633b9c0e3e1b2b0ef144b (diff) | |
download | lilv-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/world.c')
-rw-r--r-- | src/world.c | 2 |
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, |