From f89cead131a61c0b58bc4e706df339db3f1b9965 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Apr 2011 19:23:28 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3238 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.c') 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)); -- cgit v1.2.1