From e2e9b7b8b20ca68c31859df3edcd37165e189410 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 23 Nov 2004 11:50:46 +0000 Subject: [PATCH] Fix formatting nit. From-SVN: r91085 --- gcc/gthr-posix95.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h index 78e1d89..f10317d 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); } -- 2.7.4