X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=job.c;h=e2354af3fc1a2305c5ebcdeb41ab56c0c1682675;hp=be42eaff62f5ed9fcbad31131833bf1aa0b3cc04;hb=b866264a18095d5302443ab0a95560d973ba4b10;hpb=8e27452380193a5f81bfd08a59aab8b07008ba0b 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);