Skip to content

Commit e4fa9f6

Browse files
committed
win32 fix
1 parent 17966ef commit e4fa9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-rpc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ void start_rpc_server(ggml_backend_t backend, const char * endpoint, size_t free
997997
int res = WSAStartup(MAKEWORD(2, 2), &wsaData);
998998
if (res != 0) {
999999
fprintf(stderr, "WSAStartup failed: %d\n", res);
1000-
return 1;
1000+
return;
10011001
}
10021002
}
10031003
#endif

0 commit comments

Comments
 (0)