Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-09-14 20:18:20 +00:00
parent 919f8d3e2b
commit ba65767afa
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*