Browse Source

Sync SDL3 wiki -> header

SDL Wiki Bot 1 year ago
parent
commit
e30e5c77e6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/SDL3/SDL_system.h

+ 2 - 1
include/SDL3/SDL_system.h

@@ -648,7 +648,8 @@ extern DECLSPEC int SDLCALL SDL_GDKGetTaskQueue(XTaskQueueHandle * outTaskQueue)
  * This is effectively a synchronous version of XUserAddAsync, which always
  * prefers the default user and allows a sign-in UI.
  *
- * \param outUserHandle a pointer to be filled in with the default user handle.
+ * \param outUserHandle a pointer to be filled in with the default user
+ *                      handle.
  * \returns 0 if success, -1 if any error occurs.
  *
  * \since This function is available since SDL 2.28.0.