summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index ac4bb79d..b2ba9e2c 100644
--- a/unwind.c
+++ b/unwind.c
@@ -269,7 +269,7 @@ val uw_throw(val sym, val exception)
if (uw_exception_subtype_p(sym, query_error_s) ||
uw_exception_subtype_p(sym, file_error_s)) {
if (!output_produced)
- put_line(std_output, lit("false"));
+ put_line(lit("false"), std_output);
exit(EXIT_FAILURE);
}
abort();