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

This commit is contained in:
Francois Gouget 2010-11-02 13:03:36 +01:00 committed by Alexandre Julliard
parent 6159f516fc
commit 76039b3728
1 changed files with 1 additions and 1 deletions

View File

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