diff options
author | David Robillard <d@drobilla.net> | 2015-10-04 19:22:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-04 19:22:43 +0000 |
commit | 3f4d613ed7556d8420e7edebe1530c75193be5d0 (patch) | |
tree | 93e520baabf86165123079106ea8a2963d57f560 /src/zix/hash.h | |
parent | 73e41c329b66b53368bd40030c7a1fb3e17339a7 (diff) | |
download | sord-3f4d613ed7556d8420e7edebe1530c75193be5d0.tar.gz sord-3f4d613ed7556d8420e7edebe1530c75193be5d0.tar.bz2 sord-3f4d613ed7556d8420e7edebe1530c75193be5d0.zip |
Improve test coverage
git-svn-id: http://svn.drobilla.net/sord/trunk@335 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'src/zix/hash.h')
-rw-r--r-- | src/zix/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |