summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 0cd962bb..5c22ac3a 100644
--- a/parser.c
+++ b/parser.c
@@ -100,7 +100,7 @@ static struct cobj_ops parser_ops = {
cobj_print_op,
parser_destroy,
parser_mark,
- cobj_hash_op,
+ cobj_eq_hash_op,
};
void parser_common_init(parser_t *p)