about summary refs log tree commit diff stats
path: root/prototypes/browse/18/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/18/main.mu')
-rw-r--r--prototypes/browse/18/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/18/main.mu b/prototypes/browse/18/main.mu
index 21e3f0c7..4320a460 100644
--- a/prototypes/browse/18/main.mu
+++ b/prototypes/browse/18/main.mu
@@ -19,7 +19,7 @@ fn render-normal fs: (addr file-state) {
     compare c, 0xffffffff  # EOF marker
     break-if-=
     #
-    print-byte-to-screen c
+    print-byte 0, c
     #
     loop
   }