diff options
Diffstat (limited to 'src')
-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)) { |