whitespace

This commit is contained in:
Christopher Faylor 2002-10-05 17:47:25 +00:00
parent b63ad95b8d
commit f8f63f9bc1
1 changed files with 1 additions and 1 deletions

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;