mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Formatting...
This commit is contained in:
		
							parent
							
								
									65883d9327
								
							
						
					
					
						commit
						aa5bb3b997
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -738,7 +738,7 @@ static void GetSockOpt(Service::Interface* self) { | ||||||
| 
 | 
 | ||||||
|     int ret = ::getsockopt(socket_handle, level, optname, optval, &optlen); |     int ret = ::getsockopt(socket_handle, level, optname, optval, &optlen); | ||||||
|     int err = 0; |     int err = 0; | ||||||
|     if(ret == SOCKET_ERROR_VALUE) { |     if (ret == SOCKET_ERROR_VALUE) { | ||||||
|         err = TranslateError(GET_ERRNO); |         err = TranslateError(GET_ERRNO); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue