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

Francois Gouget fgouget at free.fr
Mon Jan 5 12:26:11 CST 2015


---
 dlls/ws2_32/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index a9ab0a5..c9c3509 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -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;
                 }
-- 
2.1.4




More information about the wine-patches mailing list