about summary refs log tree commit diff stats
path: root/ex7.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex7.mu')
-rw-r--r--ex7.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex7.mu b/ex7.mu
index 0b84d584..ea4bf6aa 100644
--- a/ex7.mu
+++ b/ex7.mu
@@ -10,7 +10,7 @@
 # Expected output: an interactive game a bit like "snakes". Try pressing h, j,
 # k, l.
 
-fn main screen: (addr screen), keyboard: (addr keyboard) {
+fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var space/eax: grapheme <- copy 0x20
   set-cursor-position screen, 0, 0
   {