Appease "make check spaces"

This commit is contained in:
Steven Murdoch 2011-08-22 16:31:30 +01:00
parent 269c0b4633
commit c5e74fc60d
1 changed files with 2 additions and 1 deletions

View File

@ -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.