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

Francois Gouget fgouget at free.fr
Tue Jan 6 09:49:29 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 4edc38f..4c8d705 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -6368,7 +6368,7 @@ int WINAPI __WSAFDIsSet(SOCKET s, WS_fd_set *set)
           break;
       }
 
-  TRACE("(socket %04lx, fd_set %p, count %i) <- %d", s, set, i, ret);
+  TRACE("(socket %04lx, fd_set %p, count %i) <- %d\n", s, set, i, ret);
   return ret;
 }
 
-- 
2.1.4



More information about the wine-patches mailing list