about summary refs log tree commit diff stats
path: root/shell/main.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-31 12:56:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-31 15:18:25 -0700
commitee536ff3e8693a942edcf73ccd929881e0615226 (patch)
treebc102cd3e7928699fb82d2bad853f882e11d4796 /shell/main.mu
parent82171a0fdfa28251cbc360dcf205392fee2c7eeb (diff)
downloadmu-ee536ff3e8693a942edcf73ccd929881e0615226.tar.gz
.
Diffstat (limited to 'shell/main.mu')
-rw-r--r--shell/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu
index f8f6a838..d4dd9ec5 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -69,7 +69,7 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
         loop $main:loop
       }
       # no way to quit right now; just reboot
-      edit-sandbox sandbox, key, globals, data-disk, screen, 1/tweak-real-screen
+      edit-sandbox sandbox, key, globals, data-disk, 1/tweak-real-screen
     }
     loop
   }