From 59a5d4b884db6cd9b5b98f8aaeb0b153bdc6405a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jul 2016 16:17:36 +0000 Subject: Clean up headers git-svn-id: http://svn.drobilla.net/zix/trunk@105 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zix/hash.h') diff --git a/zix/hash.h b/zix/hash.h index e6f4028..e95b773 100644 --- a/zix/hash.h +++ b/zix/hash.h @@ -81,7 +81,7 @@ zix_hash_size(const ZixHash* hash); If no matching value is found, ZIX_STATUS_SUCCESS will be returned, and @p inserted will be pointed to the copy of `value` made in the new hash node. - + If a matching value already exists, ZIX_STATUS_EXISTS will be returned, and `inserted` will be pointed to the existing value. -- cgit v1.2.1