From 6ecfc4069799ccc1274dc1a6014c7ed02748fd09 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 10 Aug 2022 15:02:11 +0000 Subject: [PATCH] Sync SDL wiki -> header --- include/SDL_hints.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index 2c7a33aec..32f65c3d9 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -2289,9 +2289,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_SetHint(const char *name, /** * Reset a hint to the default value. * - * This will reset a hint to the value of the environment variable, or NULL - * if the environment isn't set. Callbacks will be called normally with - * this change. + * This will reset a hint to the value of the environment variable, or NULL if + * the environment isn't set. Callbacks will be called normally with this + * change. * * \param name the hint to set * \returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.