aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/init.c')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index dcc8bd9ce..337d31c2d 100644
--- a/init/init.c
+++ b/init/init.c
@@ -462,7 +462,7 @@ static pid_t run(const struct init_action *a)
break;
}
/* FIXME handle other errors */
- }
+ }
/* See if stealing the controlling tty back is necessary */
pgrp = tcgetpgrp(0);