aboutgitcodelistschat:MatrixIRC
path: root/cooker/parse.c
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-05 14:06:33 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-05 14:06:33 +0200
commit12129d46981106fa0d356cfd6000d6006942f0e4 (patch)
tree51bbac6dd6201fb2e3465d36470d16424714307f /cooker/parse.c
parentc021082abcc9d94c2e94679f6729265fe65529a3 (diff)
downloadseitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.gz
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.bz2
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.lz
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.xz
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.zst
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.zip
cooker: add emit_end
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);
}