mirror of
https://github.com/jrcutler/threadless.io.git
synced 2024-07-07 10:35:49 +00:00
Make allocator get function names more consistent
This commit is contained in:
@ -48,7 +48,7 @@ static allocator_t default_allocator = {
|
||||
};
|
||||
|
||||
|
||||
allocator_t *allocator_get_default(void)
|
||||
allocator_t *default_allocator_get(void)
|
||||
{
|
||||
return &default_allocator;
|
||||
}
|
||||
|
Reference in New Issue
Block a user