瀏覽代碼

SDL_audio.h: tweak SDL_OpenAudioDevice() docs to fix a weird wordwrap issue.

Fixes https://github.com/libsdl-org/sdlwiki/pull/816.

("Fixes.")
Ryan C. Gordon 2 月之前
父節點
當前提交
cd0cf8b855
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_audio.h

+ 1 - 1
include/SDL_audio.h

@@ -648,7 +648,7 @@ extern DECLSPEC int SDLCALL SDL_GetDefaultAudioInfo(char **name,
  * \param obtained an SDL_AudioSpec structure filled in with the actual output
  * \param obtained an SDL_AudioSpec structure filled in with the actual output
  *                 format; see SDL_OpenAudio() for more information.
  *                 format; see SDL_OpenAudio() for more information.
  * \param allowed_changes 0, or one or more flags OR'd together.
  * \param allowed_changes 0, or one or more flags OR'd together.
- * \returns a valid device ID that is > 0 on success or 0 on failure; call
+ * \returns a valid device ID > 0 on success or 0 on failure; call
  *          SDL_GetError() for more information.
  *          SDL_GetError() for more information.
  *
  *
  *          For compatibility with SDL 1.2, this will never return 1, since
  *          For compatibility with SDL 1.2, this will never return 1, since