about summary refs log tree commit diff stats
path: root/501draw-text.mu
diff options
context:
space:
mode:
Diffstat (limited to '501draw-text.mu')
-rw-r--r--501draw-text.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/501draw-text.mu b/501draw-text.mu
index d598c08f..5d2917a9 100644
--- a/501draw-text.mu
+++ b/501draw-text.mu
@@ -231,7 +231,7 @@ fn draw-stream-wrapping-right-then-down screen: (addr screen), stream: (addr str
       var dummy/eax: int <- draw-code-point screen, 0x20/space, xcurr, ycurr, color, background-color
       xcurr <- copy xmin
       ycurr <- increment
-      break $draw-stream-wrapping-right-then-down:loop
+      loop $draw-stream-wrapping-right-then-down:loop
     }
     var offset/eax: int <- draw-code-point screen, c, xcurr, ycurr, color, background-color
     # overlay a combining character if necessary