mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
SDL_test_memory.h: Added void to function prototype
This commit is contained in:

committed by
Sam Lantinga

parent
88125e4d2d
commit
0f59d2f8c9
@@ -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
|
||||
|
Reference in New Issue
Block a user