From ed707b1bd33ea418f2eecc7bf41579f674985989 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 10 Sep 2023 17:24:28 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header
---
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 a7b2e4d9..da458970 100644
--- a/include/SDL3_mixer/SDL_mixer.h
+++ b/include/SDL3_mixer/SDL_mixer.h
@@ -173,7 +173,8 @@ typedef enum
* behavior.
*
* After initializing SDL_mixer, the next step is to open an audio device to
- * prepare to play sound (with Mix_OpenAudio()), and load audio data to play with that device.
+ * prepare to play sound (with Mix_OpenAudio()), and load audio data to play
+ * with that device.
*
* \param flags initialization flags, OR'd together.
* \returns all currently initialized flags.