From d69cf8e89b3d7e182d2ef55a8f9b5e90b38fac5b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 10 Jun 2024 20:22:22 +0530 Subject: src/jobs: clean up --- include/jobs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/jobs.h b/include/jobs.h index 571be0d..41bfa57 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -9,7 +9,7 @@ struct output { LIST_HEAD(job_dlist, job); struct job { - char *drv_path, *name; + char *name, *drv_path; struct output_dlist outputs; struct job_dlist deps; -- cgit v1.2.3