commit:     b58194ef63ec8c0a7e0ea3c291da9c19aa83cb1a
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Sep 18 18:30:56 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 18:30:56 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b58194ef

typo fix

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

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index 3d39906e..09db1912 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -670,6 +670,7 @@ int main(int argc, char **argv)
                                ts.tv_sec = 0;
                                ts.tv_nsec = 1;
                                nanosleep(&ts, NULL);
+                       }
                }
 
                /* Even if we have not actually killed anything, we should

Reply via email to