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

Francois Gouget fgouget at free.fr
Tue Nov 2 07:03:36 CDT 2010


---
 dlls/ws2_32/socket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index c51ac35..cb58015 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -1565,7 +1565,7 @@ static NTSTATUS WS2_async_accept( void *arg, IO_STATUS_BLOCK *iosb, NTSTATUS sta
 
         if (status == STATUS_INVALID_HANDLE)
         {
-            FIXME("AcceptEx accepting socket closed but request was not cancelled");
+            FIXME("AcceptEx accepting socket closed but request was not cancelled\n");
             status = STATUS_CANCELLED;
         }
     }
-- 
1.7.1




More information about the wine-patches mailing list