mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
ws2_32: Add a trailing '\n' to a TRACE() call.
This commit is contained in:
parent
dc6428f350
commit
21541da0bb
@ -3589,7 +3589,7 @@ int WINAPI WS_setsockopt(SOCKET s, int level, int optname,
|
||||
/* After a ConnectEx call succeeds, the socket can't be used with half of the
|
||||
* normal winsock functions on windows. We don't have that problem. */
|
||||
case WS_SO_UPDATE_CONNECT_CONTEXT:
|
||||
TRACE("Ignoring SO_UPDATE_CONNECT_CONTEXT, since our sockets are normal");
|
||||
TRACE("Ignoring SO_UPDATE_CONNECT_CONTEXT, since our sockets are normal\n");
|
||||
return 0;
|
||||
|
||||
/* SO_OPENTYPE does not require a valid socket handle. */
|
||||
|
Loading…
Reference in New Issue
Block a user