summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 7d1c307..5d093d0 100644
--- a/src/world.c
+++ b/src/world.c
@@ -40,7 +40,7 @@ lilv_world_set_prefix(LilvWorld* world, const char* name, const char* uri)
LILV_API
LilvWorld*
-lilv_world_new()
+lilv_world_new(void)
{
LilvWorld* world = malloc(sizeof(struct LilvWorldImpl));