mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng16] Use minus signs, not hyphens, in "--i".
This commit is contained in:
		
							parent
							
								
									4dcbf24d82
								
							
						
					
					
						commit
						7191f6e9e6
					
				
							
								
								
									
										2
									
								
								libpng.3
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								libpng.3
									
									
									
									
									
								
							| @ -5706,7 +5706,7 @@ C binary operator and after "for" or "while", and before | ||||
| being cast, nor do we put one between a function name and the | ||||
| left parenthesis that follows it: | ||||
| 
 | ||||
|     for (i = 2; i > 0; --i) | ||||
|     for (i = 2; i > 0; \-\-i) | ||||
|        y[i] = a(x) + (int)b; | ||||
| 
 | ||||
| We prefer #ifdef and #ifndef to #if defined() and #if !defined() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Glenn Randers-Pehrson
						Glenn Randers-Pehrson