summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index a01ce794..569a1abc 100644
--- a/gc.c
+++ b/gc.c
@@ -429,7 +429,7 @@ static void sweep(void)
if (0 && gc_dbg) {
format(std_error, lit("~a: finalizing: "), progname, nao);
obj_print(block, std_error);
- put_char(std_error, chr('\n'));
+ put_char(chr('\n'), std_error);
}
finalize(block);
block->t.type = (type_t) (block->t.type | FREE);