* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.

From-SVN: r35487
This commit is contained in:
J. David Anglin 2000-08-04 17:25:19 +00:00 committed by Jeff Law
parent 2c2a534b33
commit c54dbf8b44
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-08-04 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
2000-08-04 Donn Terry (donnte@microsoft.com)
* prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.

View File

@ -330,7 +330,7 @@ __gthread_objc_mutex_unlock(objc_mutex_t mutex)
static inline int
__gthread_objc_condition_allocate(objc_condition_t condition)
{
if (__gthread_active_p ()
if (__gthread_active_p ())
/* Unimplemented. */
return -1;
else