From 4ffec098b769e59784191239268c1d232f068657 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 8 Jan 2024 15:18:26 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_render.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index 7005f78f8..cf66dae18 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -706,8 +706,8 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_GetTextureProperties(SDL_Texture *t * Get the renderer that created an SDL_Texture. * * \param texture the texture to query - * \returns a pointer to the SDL_Renderer that created the texture, or NULL - * on failure; call SDL_GetError() for more information. + * \returns a pointer to the SDL_Renderer that created the texture, or NULL on + * failure; call SDL_GetError() for more information. * * \threadsafety It is safe to call this function from any thread. *