about summary refs log tree commit diff stats
path: root/apps/print-file.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/print-file.mu')
-rw-r--r--apps/print-file.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/print-file.mu b/apps/print-file.mu
index ec9f9367..0fb21132 100644
--- a/apps/print-file.mu
+++ b/apps/print-file.mu
@@ -31,7 +31,7 @@ $main-body: {
         var c/eax: byte <- read-byte-buffered in-addr
         compare c, 0xffffffff  # EOF marker
         break-if-=
-        print-byte c
+        print-byte-to-screen c
         loop
       }
     }