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

This commit is contained in:
Francois Gouget 2015-01-06 16:49:29 +01:00 committed by Alexandre Julliard
parent db75d7bf26
commit b46a62843f
1 changed files with 1 additions and 1 deletions

View File

@ -6368,7 +6368,7 @@ int WINAPI __WSAFDIsSet(SOCKET s, WS_fd_set *set)
break;
}
TRACE("(socket %04lx, fd_set %p, count %i) <- %d", s, set, i, ret);
TRACE("(socket %04lx, fd_set %p, count %i) <- %d\n", s, set, i, ret);
return ret;
}