From 70610a9cc403148e248fa2300fd7c0757f86a339 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 01:06:33 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3506 a436a847-0d15-0410-975c-d299462d15a1 --- src/zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zix') diff --git a/src/zix/common.h b/src/zix/common.h index 8ed0b0b..052cb7b 100644 --- a/src/zix/common.h +++ b/src/zix/common.h @@ -65,7 +65,7 @@ typedef bool (*ZixEqualFunc)(const void* a, const void* b); Function to destroy an element. */ typedef void (*ZixDestroyFunc)(const void* ptr); - + /**@} */ -- cgit v1.2.1