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

Alexandre Julliard julliard at winehq.org
Tue Nov 2 11:10:59 CDT 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Nov  2 13:03:36 2010 +0100

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

---

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




More information about the wine-cvs mailing list