summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index e4c34930b1..62812e0237 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -1963,7 +1963,7 @@ static bool sokoban_loop(void)
1963 *loc = '.'; 1963 *loc = '.';
1964 } 1964 }
1965 1965
1966 if (!rb->kbd_input(buf, MAX_PATH)) 1966 if (!rb->kbd_input(buf, MAX_PATH, NULL))
1967 save(buf, true); 1967 save(buf, true);
1968 } else 1968 } else
1969 rb->splash(HZ*2, "Solution too long to save"); 1969 rb->splash(HZ*2, "Solution too long to save");