diff options
author | David Robillard <d@drobilla.net> | 2011-12-10 00:04:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-10 00:04:33 +0000 |
commit | e2c6ce48a51f87274d6566f7e47e81c88bf571bc (patch) | |
tree | 28f0778de38ae13cd72fabf92c01465c60ac503c /src/world.c | |
parent | 005954c907e140698aefa04d57c701e0327602f5 (diff) | |
download | lilv-e2c6ce48a51f87274d6566f7e47e81c88bf571bc.tar.gz lilv-e2c6ce48a51f87274d6566f7e47e81c88bf571bc.tar.bz2 lilv-e2c6ce48a51f87274d6566f7e47e81c88bf571bc.zip |
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3846 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.c b/src/world.c index ba75ec8..26530a1 100644 --- a/src/world.c +++ b/src/world.c @@ -168,8 +168,8 @@ lilv_world_free(LilvWorld* world) LILV_API void -lilv_world_set_option(LilvWorld* world, - const char* option, +lilv_world_set_option(LilvWorld* world, + const char* option, const LilvNode* value) { if (!strcmp(option, LILV_OPTION_DYN_MANIFEST)) { |