mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Redundant...
This commit is contained in:
parent
46b46ba0b1
commit
df1eee1a74
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ static bool init_socket(netplay_t *handle, const char *server, uint16_t port)
|
|||
{
|
||||
#ifdef _WIN32
|
||||
WSADATA wsaData;
|
||||
int retval;
|
||||
|
||||
if ((retval = WSAStartup(MAKEWORD(2,2), &wsaData)) != 0)
|
||||
if (WSAStartup(MAKEWORD(2,2), &wsaData) != 0)
|
||||
{
|
||||
WSACleanup();
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue