X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=job.c;h=e2354af3fc1a2305c5ebcdeb41ab56c0c1682675;hb=dbd4655d8937fb870a6ec42889081ecd4b83ca98;hp=be42eaff62f5ed9fcbad31131833bf1aa0b3cc04;hpb=c1e1601e8c6cace85b19a0eebe50076e5d119688;p=elogind.git diff --git a/job.c b/job.c index be42eaff6..e2354af3f 100644 --- a/job.c +++ b/job.c @@ -410,7 +410,7 @@ int job_run_and_invalidate(Job *j) { int job_finish_and_invalidate(Job *j, bool success) { Unit *u; Unit *other; - UnitType t; + JobType t; Iterator i; assert(j);