浏览代码

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 2 月之前
父节点
当前提交
5ad0337685
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL3/SDL_tray.h

+ 1 - 1
include/SDL3/SDL_tray.h

@@ -251,7 +251,7 @@ extern SDL_DECLSPEC SDL_TrayMenu * SDLCALL SDL_GetTraySubmenu(SDL_TrayEntry *ent
  *
  * \param menu The menu to get entries from.
  * \param count An optional pointer to obtain the number of entries in the
- *             menu.
+ *              menu.
  * \returns a NULL-terminated list of entries within the given menu. The
  *          pointer becomes invalid when any function that inserts or deletes
  *          entries in the menu is called.