From f8f63f9bc14f857a5a626e6855e318662450cf04 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 5 Oct 2002 17:47:25 +0000 Subject: [PATCH] whitespace --- winsup/cygwin/thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;