소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 년 전
부모
커밋
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.