about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/tile/rpn.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/rpn.mu b/apps/tile/rpn.mu
index b0ca353d..ecde7f0e 100644
--- a/apps/tile/rpn.mu
+++ b/apps/tile/rpn.mu
@@ -527,7 +527,7 @@ fn evaluate functions: (addr handle function), bindings: (addr table), scratch:
           compare *c, bound
           break-if->=
           print-string target "─"
-          increment *c
+          # no increment; the print took care of it
           move-cursor target, row, *c
           d <- decrement
           loop