translate: Actually return a value from translate_cache_create().

This commit is contained in:
Michal Krol 2008-04-24 14:05:39 +02:00
parent 63e6e33db6
commit d712eea074

View file

@ -40,6 +40,7 @@ struct translate_cache * translate_cache_create()
{
struct translate_cache *cache = MALLOC_STRUCT(translate_cache);
cache->hash = cso_hash_create();
return cache;
}