Commit b46a6284 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent db75d7bf
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment