ws2_32: Add a trailing '\n' to a TRACE() call.
This commit is contained in:
parent
db75d7bf26
commit
b46a62843f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue