summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-07 23:12:46 +0000
committerRoland McGrath <roland@redhat.com>1992-07-07 23:12:46 +0000
commitdc2a270b71c57b5368b27b22e561019b504fdf8f (patch)
tree43741d847ad01a0f440e8ad62650f0bc6e84315b /job.c
parent9c7598db10d9adc4543bd706d4ea3190cd300934 (diff)
downloadgunmake-dc2a270b71c57b5368b27b22e561019b504fdf8f.tar.gz
Formerly job.c.~79~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index 7a86cd9..1e77041 100644
--- a/job.c
+++ b/job.c
@@ -644,8 +644,8 @@ start_waiting_job (c)
break;
case cs_finished:
- free_child (c);
notice_finished_file (c->file);
+ free_child (c);
break;
default: