about summary refs log tree commit diff stats
path: root/apps/tile/word.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/word.mu')
-rw-r--r--apps/tile/word.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/word.mu b/apps/tile/word.mu
index 61c0646e..e01c8353 100644
--- a/apps/tile/word.mu
+++ b/apps/tile/word.mu
@@ -278,7 +278,7 @@ fn print-words-in-reverse screen: (addr screen), _words-ah: (addr handle word) {
   break-if-=
   # recurse
   var next-ah/ecx: (addr handle word) <- get words-a, next
-  print-words screen, next-ah
+  print-words-in-reverse screen, next-ah
   # print
   print-word screen, words-a
   print-string screen, " "