about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-26 17:28:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-26 17:28:49 -0700
commita5cbf871ea8dbf76745708184bd0b352fbaaa976 (patch)
tree7d1e5d5939c0bd62748c13364f516a71a10ff46a /shell
parentbfa0efb7d11f14aa3830ad82c75ad8e965d96343 (diff)
downloadmu-a5cbf871ea8dbf76745708184bd0b352fbaaa976.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/data.limg2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg
index b11e50c8..ace492f6 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -165,7 +165,7 @@
       for x 0 (x < w) ++x
         (pixel screen x y (palette Greys x*y))])
     (main . [def (main screen keyboard)
-  (life screen keyboard)])
+  (life screen)])
     (liferes . [define liferes 8])
     (life . [def (life screen)
   with (w (/ (width screen) liferes)