SDL_image: Sync SDL3_image wiki -> header (c913c)

From c913c3d9197b4629624f59b25053a441b4c64c8a Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 29 Apr 2026 17:55:01 +0000
Subject: [PATCH] Sync SDL3_image wiki -> header

[ci skip]
---
 include/SDL3_image/SDL_image.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL3_image/SDL_image.h b/include/SDL3_image/SDL_image.h
index 94bf554e..d30bd139 100644
--- a/include/SDL3_image/SDL_image.h
+++ b/include/SDL3_image/SDL_image.h
@@ -3209,7 +3209,8 @@ extern SDL_DECLSPEC IMG_AnimationDecoder * SDLCALL IMG_CreateAnimationDecoderWit
  * information about the underlying image such as description, copyright text
  * and loop count.
  *
- * `IMG_PROP_METADATA_LOOP_COUNT_NUMBER`, if present, specifies the number of times to play the animation, with 0 meaning loop continuously.
+ * `IMG_PROP_METADATA_LOOP_COUNT_NUMBER`, if present, specifies the number of
+ * times to play the animation, with 0 meaning loop continuously.
  *
  * \param decoder the animation decoder.
  * \returns the properties ID of the animation decoder, or 0 if there are no