فهرست منبع

Sync SDL3 wiki -> header

SDL Wiki Bot 1 سال پیش
والد
کامیت
ba65767afa
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      include/SDL3/SDL_stdinc.h

+ 2 - 2
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.
  *