From 056a42f199350a748b3224bd3269fda503668feb Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 10 Aug 2021 22:20:06 +0000 Subject: [PATCH] Sync wiki -> header --- include/SDL_render.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL_render.h b/include/SDL_render.h index c67837e98..8a8bf8ed6 100644 --- a/include/SDL_render.h +++ b/include/SDL_render.h @@ -496,7 +496,8 @@ extern DECLSPEC int SDLCALL SDL_SetTextureUserData(SDL_Texture * texture, * Get the user-specified pointer associated with a texture * * \param texture the texture to query. - * \return the pointer associated with the texture, or NULL if the texture is not valid. + * \return the pointer associated with the texture, or NULL if the texture is + * not valid. * * \sa SDL_SetTextureUserData */