fixed typo
This commit is contained in:
		
							parent
							
								
									7f77ee091c
								
							
						
					
					
						commit
						090f27251e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -120,7 +120,7 @@ check_for_tc() | ||||||
| 	while (*q && *q != ':') q++; | 	while (*q && *q != ':') q++; | ||||||
| 	*q = 0; | 	*q = 0; | ||||||
| 	if (tgetent(buf, terminalname) != 1) { | 	if (tgetent(buf, terminalname) != 1) { | ||||||
| 		---count; | 		--count; | ||||||
| 		return(0); | 		return(0); | ||||||
| 	} | 	} | ||||||
| 	--count; | 	--count; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue