浏览代码

SDL_test_memory.h: Added void to function prototype

Petar Popovic 10 月之前
父节点
当前提交
0f59d2f8c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
  * \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