mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Error messages should not have a trailing period.
This commit is contained in:
		@@ -147,7 +147,7 @@ server_window_check_silence(struct session *s, struct winlink *wl)
 | 
			
		||||
		 * from this window.
 | 
			
		||||
		 */
 | 
			
		||||
		if (gettimeofday(&w->silence_timer, NULL) != 0)
 | 
			
		||||
			fatal("gettimeofday failed.");
 | 
			
		||||
			fatal("gettimeofday failed");
 | 
			
		||||
 | 
			
		||||
		return (0);
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user