From 9fb86616847d83f7f268655d2b99d9ee884a286c Mon Sep 17 00:00:00 2001
From: Eduard Gushchin <[EMAIL REDACTED]>
Date: Tue, 3 Dec 2024 19:18:06 +0300
Subject: [PATCH] Fixed an inaccuracy in the return parameter information in
the SDL_SurfaceHasAlternateImages function
---
include/SDL3/SDL_surface.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h
index b69454711d906..6183062f928b9 100644
--- a/include/SDL3/SDL_surface.h
+++ b/include/SDL3/SDL_surface.h
@@ -351,7 +351,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_AddSurfaceAlternateImage(SDL_Surface *surfa
* Return whether a surface has alternate versions available.
*
* \param surface the SDL_Surface structure to query.
- * \returns true if alternate versions are available or true otherwise.
+ * \returns true if alternate versions are available or false otherwise.
*
* \since This function is available since SDL 3.1.3.
*