mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	#28067: Fixed a typo.
This commit is contained in:
		
							parent
							
								
									6d88fa5c05
								
							
						
					
					
						commit
						abd143b23b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@ static struct tm *localtime_r(const time_t *timep, struct tm *result)
 | 
			
		|||
}
 | 
			
		||||
static struct tm *gmtime_r(const time_t *timep, struct tm *result)
 | 
			
		||||
{
 | 
			
		||||
    if (gmime_s(result, timep) == 0)
 | 
			
		||||
    if (gmtime_s(result, timep) == 0)
 | 
			
		||||
        return result;
 | 
			
		||||
    return NULL;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue