diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-07 18:20:52 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-07 18:26:08 -0800 |
commit | 412304cf45ad4577b7e804b6a60c85f19c2b5e80 (patch) | |
tree | 2081cd5a7cbf575b2e059ae6aa147bc04684b5e0 /apps | |
parent | 776f1eee0b999c22edee8ef9df0dae4927b94337 (diff) | |
download | mu-412304cf45ad4577b7e804b6a60c85f19c2b5e80.tar.gz |
7209
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tile/rpn.mu | 2 |
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 |