summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 48aa3cea..96a4f802 100644
--- a/hash.c
+++ b/hash.c
@@ -637,7 +637,7 @@ static void hash_iter_mark(val hash_iter)
}
static struct cobj_ops hash_iter_ops = {
- cobj_equal_op,
+ eq,
cobj_print_op,
cobj_destroy_free_op,
hash_iter_mark,