Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2023-10-26 18:23:13 +00:00
parent e6116d399a
commit 2e9eb1073d

View File

@@ -749,8 +749,8 @@ extern DECLSPEC int SDLCALL SDL_WaitCondition(SDL_Condition *cond, SDL_Mutex *mu
* *
* \param cond the condition variable to wait on * \param cond the condition variable to wait on
* \param mutex the mutex used to coordinate thread access * \param mutex the mutex used to coordinate thread access
* \param timeoutMS the maximum time to wait, in milliseconds, or * \param timeoutMS the maximum time to wait, in milliseconds, or -1 to wait
* -1 to wait indefinitely * indefinitely
* \returns 0 if the condition variable is signaled, `SDL_MUTEX_TIMEDOUT` if * \returns 0 if the condition variable is signaled, `SDL_MUTEX_TIMEDOUT` if
* the condition is not signaled in the allotted time, or a negative * the condition is not signaled in the allotted time, or a negative
* error code on failure; call SDL_GetError() for more information. * error code on failure; call SDL_GetError() for more information.