SDL_mixer: Sync SDL3_mixer wiki -> header (6ac97)

From 6ac97b52bec2eb6f2cfd648c137ace0341b7c85b Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 14 Jan 2026 19:14:57 +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 4f55d736..dabae855 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -1404,7 +1404,8 @@ extern SDL_DECLSPEC Sint64 SDLCALL MIX_GetTrackFadeFrames(MIX_Track *track);
  * non-looping tracks.
  *
  * \param track the track to query.
- * \returns the number of pending loops, zero if not looping, and -1 if looping infinitely.
+ * \returns the number of pending loops, zero if not looping, and -1 if
+ *          looping infinitely.
  *
  * \threadsafety It is safe to call this function from any thread.
  *