From 829760ac063b9cbab3546fdb1d78cfac1ebd52fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 00:59:16 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/sord/trunk@166 3d64ff67-21c5-427c-a301-fe4f08042e5a --- 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 a7edf76..7c8c942 100644 --- a/src/zix/common.h +++ b/src/zix/common.h @@ -60,7 +60,7 @@ typedef int (*ZixComparator)(const void* a, const void* b, void* user_data); Function for testing equality of two elements. */ typedef bool (*ZixEqualFunc)(const void* a, const void* b); - + /**@} */ -- cgit v1.2.1