summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/struct.c b/struct.c
index 6de9044f..494ae025 100644
--- a/struct.c
+++ b/struct.c
@@ -1445,8 +1445,8 @@ static void struct_inst_print(val obj, val out, val pretty,
{
struct struct_inst *si = coerce(struct struct_inst *, obj->co.handle);
struct struct_type *st = si->type;
- val save_mode = test_set_indent_mode(out, num_fast(indent_off),
- num_fast(indent_data));
+ val save_mode = test_neq_set_indent_mode(out, num_fast(indent_foff),
+ num_fast(indent_data));
val save_indent, iter, once;
int force_br = 0;
int compat = opt_compat && opt_compat <= 154;