summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-10 20:22:22 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-10 20:23:43 +0530
commitd69cf8e89b3d7e182d2ef55a8f9b5e90b38fac5b (patch)
tree16d35ab26afe254ad14666ea114dd39632c86457 /include
parent8dfff0655a2f93cc540bbaf7b88fb820431ecd02 (diff)
src/jobs: clean up
Diffstat (limited to 'include')
-rw-r--r--include/jobs.h2
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;