diff --git a/init/init.c b/init/init.c index 22fb33dfd..9dbbb7d2d 100644 --- a/init/init.c +++ b/init/init.c @@ -471,7 +471,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);