diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-09-18 13:30:56 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-09-18 13:30:56 -0500 |
commit | b58194ef63ec8c0a7e0ea3c291da9c19aa83cb1a (patch) | |
tree | 026f1961ee58a2e1dabd5902ddbba801356385c1 /src/rc | |
parent | b28c0d6f66e42b1e6d2a39c286a18c8d92881790 (diff) |
typo fix
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/supervise-daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |