aboutgitcodelistschat:MatrixIRC
path: root/cooker/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/parse.c')
-rw-r--r--cooker/parse.c2
1 files changed, 1 insertions, 1 deletions
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);
}