From 0f59d2f8c9fd16f6f64294e1770d1f8ee9ba8c95 Mon Sep 17 00:00:00 2001 From: Petar Popovic Date: Sun, 1 Sep 2024 04:02:50 +0200 Subject: [PATCH] SDL_test_memory.h: Added void to function prototype --- include/SDL3/SDL_test_memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_test_memory.h b/include/SDL3/SDL_test_memory.h index 6d858efdf..8e22ed3a6 100644 --- a/include/SDL3/SDL_test_memory.h +++ b/include/SDL3/SDL_test_memory.h @@ -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