SDL: Sync SDL3 wiki -> header (8a3bb)

From 8a3bb11024790b39b582c13d641c7bc990cd0b9e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 6 Aug 2024 17:17:11 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_stdinc.h | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index 621a159e42055..b5ec668b00b0f 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -2952,13 +2952,15 @@ extern SDL_DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
  *          SDL_ICONV_EINVAL is returned when an incomplete input sequence is
  *          encountered.
  *
- *          On exit: - inbuf will point to the beginning of the next multibyte
- *          sequence. On error, this is the location of the problematic input
- *          sequence. On success, this is the end of the input sequence. -
- *          inbytesleft will be set to the number of bytes left to convert,
- *          which will be 0 on success. - outbuf will point to the location
- *          where to store the next output byte. - outbytesleft will be set to
- *          the number of bytes left in the output buffer.
+ *          On exit:
+ *
+ *          - inbuf will point to the beginning of the next multibyte
+ *            sequence. On error, this is the location of the problematic
+ *            input sequence. On success, this is the end of the input
+ *            sequence. - inbytesleft will be set to the number of bytes left
+ *            to convert, which will be 0 on success. - outbuf will point to
+ *            the location where to store the next output byte. - outbytesleft
+ *            will be set to the number of bytes left in the output buffer.
  *
  * \since This function is available since SDL 3.0.0.
  *