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