1
1

oops, need a return statement there...

This commit was SVN r15509.
Этот коммит содержится в:
Brian Barrett 2007-07-19 16:21:11 +00:00
родитель 52ee1cb5da
Коммит 6427c9f92a

Просмотреть файл

@ -177,7 +177,7 @@ opal_tsd_key_create(opal_tsd_key_t *key,
static inline int
opal_tsd_key_delete(opal_tsd_key_t key)
{
OPAL_SUCCESS;
return OPAL_SUCCESS;
}
static inline int