* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34534 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-12-07 14:01:33 +00:00
parent bcfdfff497
commit 74e2b87511

View File

@ -98,7 +98,8 @@ object_cache_reserve(object_cache *cache, size_t object_count, uint32 flags)
}
void object_cache_get_usage(object_cache *cache, size_t *_allocatedMemory)
void
object_cache_get_usage(object_cache *cache, size_t *_allocatedMemory)
{
*_allocatedMemory = 0;
}