瀏覽代碼

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 年之前
父節點
當前提交
ecea3471f6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL3/SDL_stdinc.h

+ 2 - 2
include/SDL3/SDL_stdinc.h

@@ -1542,8 +1542,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_aligned_free(void *mem);
 /**
  * Get the number of outstanding (unfreed) allocations.
  *
- * \returns the number of allocations or
- *          -1 if allocation counting is disabled.
+ * \returns the number of allocations or -1 if allocation counting is
+ *          disabled.
  *
  * \threadsafety It is safe to call this function from any thread.
  *