Skip to content
Snippets Groups Projects
Commit c5e74fc6 authored by Steven Murdoch's avatar Steven Murdoch
Browse files

Appease "make check spaces"

parent 269c0b46
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment