mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 09:48:26 +00:00
SDL_test_memory.h: Added void to function prototype
This commit is contained in:
parent
88125e4d2d
commit
0f59d2f8c9
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ void SDLTest_TrackAllocations(void);
|
|||
*
|
||||
* \note This implicitly calls SDLTest_TrackAllocations()
|
||||
*/
|
||||
void SDLTest_RandFillAllocations();
|
||||
void SDLTest_RandFillAllocations(void);
|
||||
|
||||
/**
|
||||
* Print a log of any outstanding allocations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue