Skip to content

Commit

Permalink
SDL_audio.h: Fixed a documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 13, 2024
1 parent 94cbaaa commit 7bc4bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_audio.h
Expand Up @@ -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);

Expand Down

0 comments on commit 7bc4bb9

Please sign in to comment.