diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-10 20:22:22 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-10 20:23:43 +0530 |
commit | d69cf8e89b3d7e182d2ef55a8f9b5e90b38fac5b (patch) | |
tree | 16d35ab26afe254ad14666ea114dd39632c86457 /include | |
parent | 8dfff0655a2f93cc540bbaf7b88fb820431ecd02 (diff) |
src/jobs: clean up
Diffstat (limited to 'include')
-rw-r--r-- | include/jobs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |