aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init.c')
-rw-r--r--apps/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/init.c b/apps/init.c
index f00110e..05d1a3c 100644
--- a/apps/init.c
+++ b/apps/init.c
@@ -11,5 +11,6 @@ int main(int argc, char **argv)
int wm = exec("/wm", "wm", argv[1], NULL);
int test = exec("/test", "test", NULL);
+
return wm + test;
}