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 9897bc58..ffd8347a 100644
--- a/txr.c
+++ b/txr.c
@@ -689,5 +689,5 @@ int txr_main(int argc, char **argv)
}
}
- return read_eval_stream(parse_stream, std_error) ? 0 : EXIT_FAILURE;
+ return read_eval_stream(parse_stream, std_error, t) ? 0 : EXIT_FAILURE;
}