summaryrefslogtreecommitdiff
path: root/lib/cmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmap.c')
-rw-r--r--lib/cmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmap.c b/lib/cmap.c
index df93b8501..0a791328c 100644
--- a/lib/cmap.c
+++ b/lib/cmap.c
@@ -193,7 +193,7 @@ other_hash(uint32_t hash)
static uint32_t
rehash(const struct cmap_impl *impl, uint32_t hash)
{
- return mhash_finish(impl->basis, hash);
+ return hash_finish(impl->basis, hash);
}
static struct cmap_impl *