mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-20 03:38:28 +00:00
Fixed compiler warning
This commit is contained in:
parent
22b6df511b
commit
fc60db86b3
2 changed files with 2 additions and 2 deletions
|
@ -5312,7 +5312,7 @@ int SDL_SetMemoryFunctions(SDL_malloc_func malloc_func,
|
|||
return 0;
|
||||
}
|
||||
|
||||
int SDL_GetNumAllocations()
|
||||
int SDL_GetNumAllocations(void)
|
||||
{
|
||||
return SDL_AtomicGet(&s_mem.num_allocations);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue