From 3a1965b6e05a2d5b07dbbfcaacbcb3cca0c66d51 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 30 Dec 2025 00:48:23 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header
[ci skip]
---
include/SDL3_mixer/SDL_mixer.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h
index 12c0cd01..4e64792a 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -1282,11 +1282,11 @@ extern SDL_DECLSPEC char ** SDLCALL MIX_GetTrackTags(MIX_Track *track, int *coun
*
* \param mixer the mixer to query.
* \param tag the tag to search.
- * \param count a pointer filled in with the number of tracks returned, can
- * be NULL.
- * \returns an array of the tracks, NULL-terminated, or NULL on
- * failure; call SDL_GetError() for more information. The returned
- * pointer hould be freed with SDL_free() when it is no longer needed.
+ * \param count a pointer filled in with the number of tracks returned, can be
+ * NULL.
+ * \returns an array of the tracks, NULL-terminated, or NULL on failure; call
+ * SDL_GetError() for more information. The returned pointer hould be
+ * freed with SDL_free() when it is no longer needed.
*
* \threadsafety It is safe to call this function from any thread.
*