Commit 76039b37 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 6159f516
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment