aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-10-05 17:47:25 +0000
committerChristopher Faylor <me@cgf.cx>2002-10-05 17:47:25 +0000
commitf8f63f9bc14f857a5a626e6855e318662450cf04 (patch)
tree02ab644c46f25ea49106856710262e1b96ef554d
parentb63ad95b8ddbcbd9043dfe345ef5e31c83552265 (diff)
whitespace
-rw-r--r--winsup/cygwin/thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index 1ccebb24b..dd44c64dc 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -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;