SDL_mixer: Sync SDL_mixer wiki -> header (d0c69)

From d0c697d4083c17ce15b0e51f322341b768ae053a Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 19 Oct 2022 03:01:16 +0000
Subject: [PATCH] Sync SDL_mixer wiki -> header

---
 include/SDL_mixer.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index b7272e6c..b4ad5364 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -121,10 +121,10 @@ typedef enum
  * This function loads dynamic libraries that SDL_mixer needs, and prepares
  * them for use.
  *
- * Note that, unlike other SDL libraries, this call is optional! If you load
- * a music file, SDL_mixer will handle initialization on the fly. This
- * function will let you know, up front, whether a specific format will be
- * available for use.
+ * Note that, unlike other SDL libraries, this call is optional! If you load a
+ * music file, SDL_mixer will handle initialization on the fly. This function
+ * will let you know, up front, whether a specific format will be available
+ * for use.
  *
  * Flags should be one or more flags from MIX_InitFlags OR'd together. It
  * returns the flags successfully initialized, or 0 on failure.