mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 17:24:22 +01:00
Sync OpenBSD patchset 655:
Typo fix from Tim van der Molen.
This commit is contained in:
parent
862b89b78b
commit
c5fefd51af
4
job.c
4
job.c
@ -1,4 +1,4 @@
|
||||
/* $Id: job.c,v 1.14 2009-12-04 22:14:47 tcunha Exp $ */
|
||||
/* $Id: job.c,v 1.15 2010-02-26 13:35:04 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -31,7 +31,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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user