From e30e5c77e62c0fed8237a3070fdfabca31e8b837 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 25 Aug 2023 14:42:25 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_system.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_system.h b/include/SDL3/SDL_system.h
index 98d67c96127a..f0366b7083e0 100644
--- a/include/SDL3/SDL_system.h
+++ b/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.