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

This commit is contained in:
Francois Gouget 2015-01-05 19:26:11 +01:00 committed by Alexandre Julliard
parent 30aa55282e
commit f2eaf730a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}