Quellcode durchsuchen

SDL_test_memory.h: Added void to function prototype

Petar Popovic vor 1 Jahr
Ursprung
Commit
0f59d2f8c9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      include/SDL3/SDL_test_memory.h

+ 1 - 1
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