4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

whitespace

This commit is contained in:
Christopher Faylor 2002-10-05 17:47:25 +00:00
parent b63ad95b8d
commit f8f63f9bc1

View File

@ -190,7 +190,7 @@ MTinterface::Init (int forked)
threadcount = 1; /* 1 current thread when Init occurs.*/
pthread::initMainThread (&mainthread, myself->hProcess);
pthread_mutex::initMutex ();
pthread_mutex::initMutex ();
if (forked)
return;