diff options
Diffstat (limited to 'include/jobs.h')
-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; |