Commit c909e69f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ws2_32: Add a trailing linefeed to a FIXME().

parent 022d2df0
......@@ -383,7 +383,7 @@ static unsigned int errno_from_unix( int err )
case EREMOTE: return WSAEREMOTE;
#endif
default:
FIXME( "unknown error: %s", strerror( err ) );
FIXME( "unknown error: %s\n", strerror( err ) );
return WSAEFAULT;
}
}
......
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