Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audio: fixed typo in Doxygen comment.
  • Loading branch information
icculus committed Dec 9, 2017
1 parent bcf1e62 commit dbce134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_audio.h
Expand Up @@ -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
Expand Down

0 comments on commit dbce134

Please sign in to comment.