From 7bc4bb9f96150a88ebd940d8da97631fe8988fd2 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 13 May 2024 17:22:57 -0400 Subject: [PATCH] SDL_audio.h: Fixed a documentation typo. --- 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 8969128c5b..38d453b721 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -1358,7 +1358,7 @@ extern DECLSPEC SDL_AudioStream *SDLCALL SDL_OpenAudioDeviceStream(SDL_AudioDevi * * \since This datatype is available since SDL 3.0.0. * - * \sa SDL_SetAudioDevicePostmixCallback + * \sa SDL_SetAudioPostmixCallback */ typedef void (SDLCALL *SDL_AudioPostmixCallback)(void *userdata, const SDL_AudioSpec *spec, float *buffer, int buflen);