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 d4c7ef28..084d20a3 100644
--- a/txr.c
+++ b/txr.c
@@ -56,7 +56,7 @@ val spec_file_str;
static mem_t *oom_realloc_handler(mem_t *old, size_t size)
{
format(std_error, lit("~a: out of memory\n"), prog_string, nao);
- put_line(std_error, lit("false"));
+ put_line(lit("false"), std_error);
abort();
}