mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
remove newline
This commit is contained in:
parent
e7733defb9
commit
da77b2c84c
@ -2225,7 +2225,7 @@ pthread_mutex::init (pthread_mutex_t *mutex,
|
||||
DWORD waitResult = WaitForSingleObject (mutexInitializationLock, INFINITE);
|
||||
if (waitResult != WAIT_OBJECT_0)
|
||||
{
|
||||
system_printf ("Received a unexpected wait result on mutexInitializationLock %d, %E\n", waitResult);
|
||||
system_printf ("Received a unexpected wait result on mutexInitializationLock %d, %E", waitResult);
|
||||
return EINVAL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user