git: 9front

Download patch

ref: 4e76c07a496a12fba5ac89bceaca26e941ae58ac
parent: c58f4f7592b0a5773981701bd0edf58e6afcf29f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Apr 16 10:29:13 EDT 2015

sokoban: fix non constant inializer

--- a/sys/src/games/sokoban/sokoban.c
+++ b/sys/src/games/sokoban/sokoban.c
@@ -39,10 +39,7 @@
 	buttons,
 };
 
-Menu lmenu =
-{
-	levelnames,
-};
+Menu lmenu;
 
 void
 buildmenu(void)
--