From d8124a0ceaec481f5ec63ba6604e45498852b1f0 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 22 Sep 2025 15:34:13 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_joystick.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_joystick.h b/include/SDL3/SDL_joystick.h index 00035fddc2..af04f0979e 100644 --- a/include/SDL3/SDL_joystick.h +++ b/include/SDL3/SDL_joystick.h @@ -191,7 +191,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_LockJoysticks(void) SDL_ACQUIRE(SDL_joystic /** * Unlocking for atomic access to the joystick API. * - * \threadsafety This should be called from the same thread that called SDL_LockJoysticks(). + * \threadsafety This should be called from the same thread that called + * SDL_LockJoysticks(). * * \since This function is available since SDL 3.2.0. */