Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 month ago
parent
commit
d06b6e42d2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/SDL3/SDL_audio.h

+ 2 - 1
include/SDL3/SDL_audio.h

@@ -1021,7 +1021,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnbindAudioStream(SDL_AudioStream *stream);
 /**
 /**
  * Query an audio stream for its currently-bound device.
  * Query an audio stream for its currently-bound device.
  *
  *
- * This reports the logical audio device that an audio stream is currently bound to.
+ * This reports the logical audio device that an audio stream is currently
+ * bound to.
  *
  *
  * If not bound, or invalid, this returns zero, which is not a valid device
  * If not bound, or invalid, this returns zero, which is not a valid device
  * ID.
  * ID.