From 8144ae5dc941cce599889c0feb15ecceb9e4f878 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 19:27:57 -0800 Subject: Renamed op.op -> op.type --- json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json.c') diff --git a/json.c b/json.c index f1a766c..88a5828 100644 --- a/json.c +++ b/json.c @@ -12,7 +12,7 @@ static int _json_match(const char *text, match_t *m, int comma, int verbose) { if (!verbose) { - if (m->op->op != VM_REF) { + if (m->op->type != VM_REF) { for (match_t *child = m->child; child; child = child->nextsibling) { comma |= _json_match(text, child, comma, verbose); } -- cgit v1.2.3