mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Sync OpenBSD patchset 655:
Typo fix from Tim van der Molen.
This commit is contained in:
		
							
								
								
									
										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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user