diff --git a/src/fchash.c b/src/fchash.c index 9857abc..54e2334 100644 --- a/src/fchash.c +++ b/src/fchash.c @@ -167,7 +167,7 @@ FcHashTableAdd (FcHashTable *table, table->value_destroy_func (bucket->value); free (bucket); - return !ret; + return FcFalse; } retry: for (prev = &table->buckets[hash % FC_HASH_SIZE];