mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 16:35:06 +01:00
Formatting...
This commit is contained in:
parent
65883d9327
commit
aa5bb3b997
@ -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…
Reference in New Issue
Block a user