From d186a5fa03f7a2e86517be05eca726fa69d4a110 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 5 Mar 2026 15:07:13 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header
[ci skip]
---
include/SDL3_mixer/SDL_mixer.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index e10d5f42..3bbe2a6e 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -580,7 +580,8 @@ extern SDL_DECLSPEC void SDLCALL MIX_LockMixer(MIX_Mixer *mixer);
*
* \param mixer the mixer to unlock. May be NULL.
*
- * \threadsafety This call must be paired with a previous MIX_LockMixer call on the same thread.
+ * \threadsafety This call must be paired with a previous MIX_LockMixer call
+ * on the same thread.
*
* \since This function is available since SDL_mixer 3.0.0.
*