summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index 5a4f3b77..90036983 100644
--- a/txr.c
+++ b/txr.c
@@ -1208,7 +1208,7 @@ int txr_main(int argc, char **argv)
val parser_obj = ensure_parser(parse_stream, spec_file_str);
parser_t *parser = parser_get_impl(prog_string, parser_obj);
parse_once_noerr(parse_stream, spec_file_str);
- mut(parser_obj)
+ mut(parser_obj);
gc_state(gc);
close_stream(parse_stream, nil);