about summary refs log tree commit diff stats
path: root/prototypes/browse/15-headers-broken.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/15-headers-broken.mu')
-rw-r--r--prototypes/browse/15-headers-broken.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/15-headers-broken.mu b/prototypes/browse/15-headers-broken.mu
index 5644f52d..30461744 100644
--- a/prototypes/browse/15-headers-broken.mu
+++ b/prototypes/browse/15-headers-broken.mu
@@ -182,7 +182,7 @@ fn clear toprow: int, leftcol: int, botrow: int, rightcol: int {
     {
       compare col, rightcol
       break-if->=
-      print-string " "
+      print-string-to-screen " "
       col <- increment
       loop
     }