From: ebotcazou Date: Tue, 23 Nov 2004 11:50:46 +0000 (+0000) Subject: Fix formatting nit. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=351c2004d74261d7e793948b93aa6906e3a193f4;p=pf3gnuchains%2Fgcc-fork.git Fix formatting nit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91085 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h index 78e1d89485b..f10317dd291 100644 --- a/gcc/gthr-posix95.h +++ b/gcc/gthr-posix95.h @@ -579,7 +579,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex) if (__gthread_active_p ()) { if (--mutex->depth == 0) - { + { mutex->owner = (pthread_t) 0; pthread_mutex_unlock (&mutex->actual); }