aboutsummaryrefslogtreecommitdiff
path: root/apps/wm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wm/main.c')
-rw-r--r--apps/wm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wm/main.c b/apps/wm/main.c
index 6a4b9bf..8c12b1a 100644
--- a/apps/wm/main.c
+++ b/apps/wm/main.c
@@ -754,7 +754,7 @@ int main(int argc, char **argv)
assert(dev_control(DEV_BUS, DEVCTL_BUS_REGISTER, "wm") == EOK);
- assert(exec("view", NULL) == EOK);
+ assert(exec("chess", NULL) == EOK);
u8 msg[1024] = { 0 };
struct event_keyboard event_keyboard = { 0 };