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 03b11a89..2ba3cc40 100644
--- a/txr.c
+++ b/txr.c
@@ -665,7 +665,7 @@ int txr_main(int argc, char **argv)
{
int gc = gc_state(0);
parser_t parser;
- parse(parse_stream, spec_file_str, &parser);
+ parse_once(parse_stream, spec_file_str, &parser);
gc_state(gc);
if (parser.errors)