From 19fb43b94f0297ca3394577e2b1b46a6266961d4 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 3 Sep 2024 00:19:03 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_stdinc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index ddb0cc750a..6fb09b1a7f 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -3090,7 +3090,8 @@ size_t wcslcat(wchar_t *dst, const wchar_t *src, size_t size); * \param b the multiplier. * \param ret on non-overflow output, stores the multiplication result. May * not be NULL. - * \returns SDL_FALSE on overflow, SDL_TRUE if result is multiplied without overflow. + * \returns SDL_FALSE on overflow, SDL_TRUE if result is multiplied without + * overflow. * * \threadsafety It is safe to call this function from any thread. * @@ -3129,7 +3130,8 @@ SDL_FORCE_INLINE SDL_bool SDL_size_mul_check_overflow_builtin(size_t a, size_t b * \param b the second addend. * \param ret on non-overflow output, stores the addition result. May not be * NULL. - * \returns SDL_FALSE on overflow, SDL_TRUE if result is added without overflow. + * \returns SDL_FALSE on overflow, SDL_TRUE if result is added without + * overflow. * * \threadsafety It is safe to call this function from any thread. *