SDL_image: Sync SDL3_image wiki -> header (48e97)

From 48e97d29765665505963a5a36fdbed8d9003b1d1 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 22 Oct 2025 21:46:09 +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 5e7b9b2a..b07607a2 100644
--- a/include/SDL3_image/SDL_image.h
+++ b/include/SDL3_image/SDL_image.h
@@ -2587,7 +2587,8 @@ extern SDL_DECLSPEC bool SDLCALL IMG_SaveAnimation(IMG_Animation *anim, const ch
 /**
  * Save an animation to an SDL_IOStream.
  *
- * If you just want to save to a filename, you can use IMG_SaveAnimation() instead.
+ * If you just want to save to a filename, you can use IMG_SaveAnimation()
+ * instead.
  *
  * If `closeio` is true, `dst` will be closed before returning, whether this
  * function succeeds or not.