Fix: had a semicolon too much (KJB)
This commit is contained in:
		
							parent
							
								
									fdc0e2efdb
								
							
						
					
					
						commit
						5edfb9eccf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -50,7 +50,7 @@ o_collect(register int c, register FILE *stream, char type,
 | 
			
		|||
 | 
			
		||||
	if (c == '-' || c == '+') {
 | 
			
		||||
		*bufp++ = c;
 | 
			
		||||
		if (--width);
 | 
			
		||||
		if (--width)
 | 
			
		||||
		    c = getc(stream);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue