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

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

parent 30aa5528
......@@ -3110,7 +3110,7 @@ INT WINAPI WS_getsockopt(SOCKET s, INT level,
addr_size = sizeof(struct sockaddr_in6);
else
{
FIXME("Family %d is unsupported for SO_BSP_STATE", infow.iAddressFamily);
FIXME("Family %d is unsupported for SO_BSP_STATE\n", infow.iAddressFamily);
SetLastError(WSAEAFNOSUPPORT);
return SOCKET_ERROR;
}
......
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