Typo fix from Tim van der Molen.

pull/1/head
Nicholas Marriott 2010-02-24 19:13:38 +00:00
parent f1dd95650b
commit 6ac3343617
1 changed files with 1 additions and 1 deletions

2
job.c
View File

@ -32,7 +32,7 @@
*/
/* All jobs list. */
struct joblist all_jobs = SLIST_HEAD_INITIALIZER(&all_jobs);
struct joblist all_jobs = SLIST_HEAD_INITIALIZER(all_jobs);
RB_GENERATE(jobs, job, entry, job_cmp);