SDL_locale.h - SDL_GetPreferredLocales() - adding SDL_GetError() comment

This commit is contained in:
Petar Popovic
2024-04-04 13:39:41 +02:00
committed by Sam Lantinga
parent 7ae5474305
commit de91aaa452

View File

@@ -84,7 +84,8 @@ typedef struct SDL_Locale
* preferred locales. * preferred locales.
* *
* \returns array of locales, terminated with a locale with a NULL language * \returns array of locales, terminated with a locale with a NULL language
* field. Will return NULL on error. * field. Will return NULL on error; call SDL_GetError() for more
* information.
* *
* \since This function is available since SDL 3.0.0. * \since This function is available since SDL 3.0.0.
*/ */