aboutsummaryrefslogtreecommitdiffstats
path: root/echld/parent.c
diff options
context:
space:
mode:
Diffstat (limited to 'echld/parent.c')
-rw-r--r--echld/parent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/echld/parent.c b/echld/parent.c
index c3c121f1d2..ce48f03547 100644
--- a/echld/parent.c
+++ b/echld/parent.c
@@ -302,7 +302,7 @@ extern echld_state_t echld_terminate(void) {
parent.closing = TRUE;
PARENT_SEND(NULL,0,ECHLD_CLOSE_CHILD,++reqh_ids);
- do ; while(sleep(1)); /* wait a full sec without signals */
+ do {;} while(sleep(1)); /* wait a full sec without signals */
echld_cleanup();
close(parent.dispatcher_fd);