]> git.stg.codes - stg.git/blobdiff - stglibs/ia.lib/ia.cpp
Lots of stylistic fixes.
[stg.git] / stglibs / ia.lib / ia.cpp
index aa12a012424426f2c6e48d6c8e40ccf2259bedcd..1e4760fc17fb312e0d3a6b74872048ed625c80f6 100644 (file)
@@ -297,7 +297,7 @@ if (res == -1)
 
 #ifdef WIN32
 unsigned long arg = 1;
-res = ioctlsocket(sockr, FIONBIO, &arg);
+ioctlsocket(sockr, FIONBIO, &arg);
 #else
 if (0 != fcntl(sockr, F_SETFL, O_NONBLOCK))
     {