mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Appease "make check spaces"
This commit is contained in:
parent
269c0b4633
commit
c5e74fc60d
@ -236,7 +236,8 @@ network_init(void)
|
||||
int r;
|
||||
r = WSAStartup(0x101, &WSAData);
|
||||
if (r) {
|
||||
fprintf(stderr, "E: Error initializing Windows network layer - code was %d", r);
|
||||
fprintf(stderr, "E: Error initializing Windows network layer "
|
||||
"- code was %d", r);
|
||||
return -1;
|
||||
}
|
||||
/* WSAData.iMaxSockets might show the max sockets we're allowed to use.
|
||||
|
Loading…
Reference in New Issue
Block a user