From ba65767afa288762a46212f7b31da2706b383dff Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 14 Sep 2024 20:18:20 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_stdinc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index c002ffa6f6..5f920fecd9 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -1034,8 +1034,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_CleanupEnvironment(void); /** * Create a set of environment variables. * - * \param populated SDL_TRUE to initialize it from the C runtime environment, SDL_FALSE to create an empty environment. - * + * \param populated SDL_TRUE to initialize it from the C runtime environment, + * SDL_FALSE to create an empty environment. * \returns a pointer to the new environment or NULL on failure; call * SDL_GetError() for more information. *