SDL_test_memory.h: Added void to function prototype

This commit is contained in:
Petar Popovic 2024-09-01 04:02:50 +02:00 committed by Sam Lantinga
parent 88125e4d2d
commit 0f59d2f8c9

View file

@ -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