Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 3 weeks ago
parent
commit
d5efb11f97
1 changed files with 5 additions and 5 deletions
  1. 5 5
      include/SDL3/SDL_hints.h

+ 5 - 5
include/SDL3/SDL_hints.h

@@ -4390,14 +4390,14 @@ extern "C" {
  * - "1": Subsystem information will be logged.
  *
  * This is generally meant to be used as an environment variable to let
- * end-users report what subsystems were chosen on their system, to aid
- * in debugging. Logged information is sent through SDL_Log(), which
- * means by default they appear on stdout on most platforms or maybe
+ * end-users report what subsystems were chosen on their system, to aid in
+ * debugging. Logged information is sent through SDL_Log(), which means by
+ * default they appear on stdout on most platforms or maybe
  * OutputDebugString() on Windows, and can be funneled by the app with
  * SDL_SetLogOutputFunction(), etc.
  *
- * This hint can be set anytime, but the specific logs are generated
- * during subsystem init.
+ * This hint can be set anytime, but the specific logs are generated during
+ * subsystem init.
  *
  * \since This hint is available since SDL 3.4.0.
  */