diff --git a/include/SDL3/SDL_error.h b/include/SDL3/SDL_error.h index c06b139dc..7c9e4abaf 100644 --- a/include/SDL3/SDL_error.h +++ b/include/SDL3/SDL_error.h @@ -44,8 +44,8 @@ extern "C" { * * Calling this function will replace any previous error message that was set. * - * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE to signify an - * failing result, leading to this idiom: + * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE + * to signify an failing result, leading to this idiom: * * ```c * if (error_code) {