diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-09-18 13:03:34 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-09-18 13:03:34 -0500 |
commit | b28c0d6f66e42b1e6d2a39c286a18c8d92881790 (patch) | |
tree | 701a7e0dcd09cf9a39362a643b268b0d5ef54249 /src | |
parent | 3cf19b0f30a90157d23d09ded304439f1eb42d4a (diff) |
typo fix
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/supervise-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |