aboutsummaryrefslogtreecommitdiff
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 c3129f6..101f3e3 100644
--- a/parser.c
+++ b/parser.c
@@ -152,7 +152,7 @@ struct PResult parse_buffer(buffer_t *buffer)
goto error;
}
- return (struct PResult){nodes, usable};
+ return (struct PResult){nodes, usable, loops};
error:
if (nodes)
free(nodes);