Skip to content

Commit ce7d075

Browse files
bratpiorkaCopilot
andauthored
Update test/common/ipc_common.c
Co-authored-by: Copilot <[email protected]>
1 parent c423e04 commit ce7d075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/ipc_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int consumer_connect(int port) {
7878
#ifdef _WIN32
7979
// initialize Winsock
8080
if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) {
81-
fprintf(stderr, "WSAStartup failed: %d", WSAGetLastError());
81+
fprintf(stderr, "WSAStartup failed: %d\n", WSAGetLastError());
8282
return -1;
8383
}
8484
#endif

0 commit comments

Comments
 (0)