From: Eric Botcazou Date: Tue, 23 Nov 2004 11:50:46 +0000 (+0000) Subject: Fix formatting nit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2e9b7b8b20ca68c31859df3edcd37165e189410;p=gcc.git Fix formatting nit. From-SVN: r91085 --- 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); }