summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;