commit:     ac498146071636a3fbda4fb48ff64102c244415d
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Sep 18 18:03:34 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 18:06:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ac498146

typo fix

 src/rc/supervise-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index 2800d1a2..3d39906e 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -666,7 +666,7 @@ int main(int argc, char **argv)
                                exit(EXIT_FAILURE);
 
                        /* wait for the supervisor to go down */
-                       while (kill(pid, 0) == 0)
+                       while (kill(pid, 0) == 0) {
                                ts.tv_sec = 0;
                                ts.tv_nsec = 1;
                                nanosleep(&ts, NULL);

Reply via email to