You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Add missing linebreak to ok message in multiple patches.
This commit is contained in:
@@ -166,7 +166,7 @@ index 6d328e6..3d584f2 100644
|
||||
+ tmp_buf[0] = 0xAF;
|
||||
+ SetLastError(0xdeadbeef);
|
||||
+ ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), MSG_OOB);
|
||||
+ ok(ret == SOCKET_ERROR, "expected -1, got %d", ret);
|
||||
+ ok(ret == SOCKET_ERROR, "expected -1, got %d\n", ret);
|
||||
+ ok(GetLastError() == WSAEINVAL, "expected 10022, got %d\n", GetLastError());
|
||||
+ ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), 0);
|
||||
+ ok(ret == 1, "expected 1, got %d\n", ret);
|
||||
|
Reference in New Issue
Block a user