From dbce1341d5d7f4113ff26b9b649cd52ab402e433 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 9 Dec 2017 03:24:01 -0500 Subject: [PATCH] audio: fixed typo in Doxygen comment. --- include/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_audio.h b/include/SDL_audio.h index f119c2b2678fc..5516812de175d 100644 --- a/include/SDL_audio.h +++ b/include/SDL_audio.h @@ -527,7 +527,7 @@ extern DECLSPEC SDL_AudioStream * SDLCALL SDL_NewAudioStream(const SDL_AudioForm * * \param stream The stream the audio data is being added to * \param buf A pointer to the audio data to add - * \param int The number of bytes to write to the stream + * \param len The number of bytes to write to the stream * \return 0 on success, or -1 on error. * * \sa SDL_NewAudioStream