From d9efb7e3deba6fadde7dee663800ee6155e1a0ef Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 23 Nov 2022 22:07:15 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL_syswm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h index 6822ef983c..271acfe4e9 100644 --- a/include/SDL_syswm.h +++ b/include/SDL_syswm.h @@ -247,7 +247,8 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo; * * \param window the window about which information is being requested * \param info an SDL_SysWMinfo structure filled in with window information - * \param version the version of info being requested, should be SDL_SYSWM_CURRENT_VERSION + * \param version the version of info being requested, should be + * SDL_SYSWM_CURRENT_VERSION * \returns 0 on success or a negative error code on failure; call * SDL_GetError() for more information. *