From 3f4d613ed7556d8420e7edebe1530c75193be5d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Oct 2015 19:22:43 +0000 Subject: Improve test coverage git-svn-id: http://svn.drobilla.net/sord/trunk@335 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/zix/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zix') diff --git a/src/zix/hash.h b/src/zix/hash.h index e6f4028..e95b773 100644 --- a/src/zix/hash.h +++ b/src/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