summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index b5eb32dc..066e1c1c 100644
--- a/eval.c
+++ b/eval.c
@@ -6982,7 +6982,7 @@ val tprint(val obj, val out)
seq_iter_t iter;
val elem;
- seq_iter_init_with_info(self, &iter, si, 0);
+ seq_iter_init_with_info(self, &iter, si);
while (seq_get(&iter, &elem))
tprint(elem, out);