mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:08:24 -05:00
Formatting...
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user