From b28c0d6f66e42b1e6d2a39c286a18c8d92881790 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 18 Sep 2017 13:03:34 -0500 Subject: [PATCH] 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);