1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Typo fix from Tim van der Molen.

This commit is contained in:
Nicholas Marriott 2010-02-24 19:13:38 +00:00
parent f1dd95650b
commit 6ac3343617

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);