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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 5 15:01:27 CST 2015


Module: wine
Branch: master
Commit: f2eaf730a51a5a1fc2e39ed1b7d3426a695be7b5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f2eaf730a51a5a1fc2e39ed1b7d3426a695be7b5

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jan  5 19:26:11 2015 +0100

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

---

 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 873d3de..4edc38f 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;
                 }




More information about the wine-cvs mailing list