From b92ec2514765f65c4ef40d69ca6be3440e02d713 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 17 Jul 2024 04:33:30 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_system.h b/include/SDL3/SDL_system.h index 4c4a963ea6..796cb97a77 100644 --- a/include/SDL3/SDL_system.h +++ b/include/SDL3/SDL_system.h @@ -426,8 +426,8 @@ extern SDL_DECLSPEC const char *SDLCALL SDL_GetAndroidInternalStoragePath(void); * * If external storage is currently unavailable, this will return 0. * - * \returns the current state of external storage, or 0 if - * external storage is currently unavailable. + * \returns the current state of external storage, or 0 if external storage is + * currently unavailable. * * \since This function is available since SDL 3.0.0. *