From b3af6f000f23cdc0e3fafdfa407d4cf592c946f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 01:06:53 +0000 Subject: Tidy git-svn-id: http://svn.drobilla.net/zix/trunk@42 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zix') diff --git a/zix/common.h b/zix/common.h index 8ed0b0b..052cb7b 100644 --- a/zix/common.h +++ b/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