about summary refs log tree commit diff stats
path: root/prototypes/browse/17-file-state-broken/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/17-file-state-broken/main.mu')
-rw-r--r--prototypes/browse/17-file-state-broken/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/17-file-state-broken/main.mu b/prototypes/browse/17-file-state-broken/main.mu
index e95aff73..fc22d9ea 100644
--- a/prototypes/browse/17-file-state-broken/main.mu
+++ b/prototypes/browse/17-file-state-broken/main.mu
@@ -12,7 +12,7 @@ fn main args: (addr array (addr array byte)) -> exit-status/ebx: int {
   var ncols/ecx: int <- copy 0
   nrows, ncols <- screen-size
   var screen-position-state-storage: screen-position-state
-  var screen-position-state: (addr screen-position-state) = address screen-position-state-storage
+  var screen-position-state: (addr screen-position-state)
   init-screen-position-state screen-position-state, nrows, ncols
   {
     var done?/eax: boolean <- done-reading? fs