summaryrefslogtreecommitdiffstats
path: root/zix/hash.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-11 16:17:36 +0000
committerDavid Robillard <d@drobilla.net>2016-07-11 16:17:36 +0000
commit59a5d4b884db6cd9b5b98f8aaeb0b153bdc6405a (patch)
treea55ec3187df590bbf4967f567380d019830bc7bc /zix/hash.h
parentfe5479d4709ac2d6bd699478fcab824671f60243 (diff)
downloadzix-59a5d4b884db6cd9b5b98f8aaeb0b153bdc6405a.tar.gz
zix-59a5d4b884db6cd9b5b98f8aaeb0b153bdc6405a.tar.bz2
zix-59a5d4b884db6cd9b5b98f8aaeb0b153bdc6405a.zip
Clean up headers
git-svn-id: http://svn.drobilla.net/zix/trunk@105 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'zix/hash.h')
-rw-r--r--zix/hash.h2
1 files changed, 1 insertions, 1 deletions
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.