From 12129d46981106fa0d356cfd6000d6006942f0e4 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 5 Jun 2023 14:06:33 +0200 Subject: cooker: add emit_end --- cooker/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cooker/parse.c') diff --git a/cooker/parse.c b/cooker/parse.c index ab77e6b..81ad159 100644 --- a/cooker/parse.c +++ b/cooker/parse.c @@ -234,7 +234,7 @@ static void parse_block(struct gluten_ctx *g, JSON_Object *block) if (!parser->type) die(" Invalid rule type: \"%s\"", type); } - + emit_end(g); link_block(g); } -- cgit v1.2.3