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()
|
* \note This implicitly calls SDLTest_TrackAllocations()
|
||||||
*/
|
*/
|
||||||
void SDLTest_RandFillAllocations();
|
void SDLTest_RandFillAllocations(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Print a log of any outstanding allocations
|
* Print a log of any outstanding allocations
|
||||||
|
|||||||
Reference in New Issue
Block a user