From e2c6ce48a51f87274d6566f7e47e81c88bf571bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2011 00:04:33 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3846 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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)) { -- cgit v1.2.1