From 7d6453ea33a5ea1c9f43e26702c66aa9600ac3b3 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 13 May 2024 21:24:33 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h index f5c1a8568a..38d453b721 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -1345,7 +1345,7 @@ extern DECLSPEC SDL_AudioStream *SDLCALL SDL_OpenAudioDeviceStream(SDL_AudioDevi * always provided here in SDL_AUDIO_F32 format. * * \param userdata a pointer provided by the app through - * SDL_SetAudioPostmixCallback, for its own use. + * SDL_SetAudioDevicePostmixCallback, for its own use. * \param spec the current format of audio that is to be submitted to the * audio device. * \param buffer the buffer of audio samples to be submitted. The callback can