diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-04 17:25:19 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-04 17:25:19 +0000 |
commit | 7e4da544cc5fad2ec6fd9d13cb20db458f9b7ad7 (patch) | |
tree | 5193cc3ce6d9b03810ab6053492b86889ce3ef77 /gcc/gthr-dce.h | |
parent | d307181ad2c0d389bc6bf48213536eed128244ee (diff) | |
download | gcc-7e4da544cc5fad2ec6fd9d13cb20db458f9b7ad7.tar.gz |
* gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-dce.h')
-rw-r--r-- | gcc/gthr-dce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h index e41987b454a..199dfe66b40 100644 --- a/gcc/gthr-dce.h +++ b/gcc/gthr-dce.h @@ -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 |