Commit c54dbf8b by J. David Anglin Committed by Jeff Law

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

From-SVN: r35487
parent 2c2a534b
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment