소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 8 달 전
부모
커밋
4ffcb8ebab
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      include/SDL3/SDL_audio.h

+ 2 - 1
include/SDL3/SDL_audio.h

@@ -990,7 +990,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_BindAudioStream(SDL_AudioDeviceID devid, SD
  *
  * Unbinding a stream that isn't bound to a device is a legal no-op.
  *
- * \param streams an array of audio streams to unbind. Can be NULL or contain NULL.
+ * \param streams an array of audio streams to unbind. Can be NULL or contain
+ *                NULL.
  * \param num_streams number streams listed in the `streams` array.
  *
  * \threadsafety It is safe to call this function from any thread.