ws2_32: Add a trailing '\n' to a TRACE() call.

This commit is contained in:
Francois Gouget 2010-08-24 10:02:21 +02:00 committed by Alexandre Julliard
parent dc6428f350
commit 21541da0bb
1 changed files with 1 additions and 1 deletions

View File

@ -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. */