Make allocator get function names more consistent

This commit is contained in:
2016-04-04 11:09:27 -04:00
parent cc12de9414
commit 0ee13cea80
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ static allocator_t default_allocator = {
};
allocator_t *allocator_get_default(void)
allocator_t *default_allocator_get(void)
{
return &default_allocator;
}