mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
ws2_32: Add a trailing '\n' to a FIXME() call.
This commit is contained in:
parent
30aa55282e
commit
f2eaf730a5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user