From 1fbce8a06a0071df0d43aad1330c21e0c3987da3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 22 Jun 2026 22:11:49 -0400 Subject: [PATCH] locale: Fixed `\since` on SDL_Locale. --- include/SDL_locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_locale.h b/include/SDL_locale.h index 2df7a6d663..c10415086e 100644 --- a/include/SDL_locale.h +++ b/include/SDL_locale.h @@ -47,7 +47,7 @@ extern "C" { * would be "en"), and the country, if not NULL, will be an ISO-3166 country * code (so Canada would be "CA"). * - * \since This function is available since SDL 3.2.0. + * \since This struct is available since SDL 2.0.14. * * \sa SDL_GetPreferredLocales */