We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c423e04 commit ce7d075Copy full SHA for ce7d075
test/common/ipc_common.c
@@ -78,7 +78,7 @@ int consumer_connect(int port) {
78
#ifdef _WIN32
79
// initialize Winsock
80
if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) {
81
- fprintf(stderr, "WSAStartup failed: %d", WSAGetLastError());
+ fprintf(stderr, "WSAStartup failed: %d\n", WSAGetLastError());
82
return -1;
83
}
84
#endif
0 commit comments