mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
mdig: minor fixes
This commit is contained in:
parent
c71748534d
commit
8e9d856116
@ -400,7 +400,7 @@ int main(int argc, char **argv)
|
||||
if (WSAStartup(MAKEWORD(2, 2), &wsaData))
|
||||
{
|
||||
fprintf(stderr,"WSAStartup failed\n");
|
||||
r=4; goto ex;
|
||||
return 4;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user