summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/job.c b/job.c
index d81065c..51d24b5 100644
--- a/job.c
+++ b/job.c
@@ -887,13 +887,13 @@ load_too_high ()
void
start_waiting_jobs ()
{
+ struct child *job;
+
if (waiting_jobs == 0)
return;
do
{
- struct child *job;
-
/* Check for recently deceased descendants. */
reap_children (0, 0);