From 04845bd39c7743037967a15cc6ce051b7544610d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 30 Aug 2024 13:27:33 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_audio.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h
index 79818e92c9135..b7a4b7b648a57 100644
--- a/include/SDL3/SDL_audio.h
+++ b/include/SDL3/SDL_audio.h
@@ -1557,8 +1557,8 @@ typedef void (SDLCALL *SDL_AudioStreamCallback)(void *userdata, SDL_AudioStream
* Setting a NULL function turns off the callback.
*
* \param stream the audio stream to set the new callback on.
- * \param callback the new callback function to call when data is requested from the
- * stream.
+ * \param callback the new callback function to call when data is requested
+ * from the stream.
* \param userdata an opaque pointer provided to the callback for its own
* personal use.
* \returns SDL_TRUE on success or SDL_FALSE on failure; call SDL_GetError()