From 8e06997cb9297b7d5baea1934cc8ace5f4c396d8 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 7 Sep 2025 21:33:32 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index c65b09d269..842866a078 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -2410,7 +2410,8 @@ extern "C" { * * `app=info,assert=warn,test=verbose,*=error` * - * If the `DEBUG_INVOCATION` environment variable is set to "1", the default log levels are equivalent to: + * If the `DEBUG_INVOCATION` environment variable is set to "1", the default + * log levels are equivalent to: * * `assert=warn,test=verbose,*=debug` *