SDL_mixer: Sync SDL3_mixer wiki -> header (6438b)

From 6438bb47e81866c548593b9e78c70106e1279f38 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 29 Dec 2025 21:40:51 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header

[ci skip]
---
 include/SDL3_mixer/SDL_mixer.h | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index 868e0bef..11ccaac5 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -1263,12 +1263,11 @@ extern SDL_DECLSPEC void SDLCALL MIX_UntagTrack(MIX_Track *track, const char *ta
  * Tags are not provided in any guaranteed order.
  *
  * \param track the track to query.
- * \param count a pointer filled in with the number of tags returned, can
- *              be NULL.
- * \returns an array of the tags, NULL-terminated, or NULL on
- *          failure; call SDL_GetError() for more information. This is a
- *          single allocation that should be freed with SDL_free() when it is
- *          no longer needed.
+ * \param count a pointer filled in with the number of tags returned, can be
+ *              NULL.
+ * \returns an array of the tags, NULL-terminated, or NULL on failure; call
+ *          SDL_GetError() for more information. This is a single allocation
+ *          that should be freed with SDL_free() when it is no longer needed.
  *
  * \threadsafety It is safe to call this function from any thread.
  *