From 3f446a12dfbeadde2b391c7bf10fff2e83618ade Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 12 Jul 2024 19:42:55 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_system.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_system.h b/include/SDL3/SDL_system.h index a4c7e325a2..01906d954f 100644 --- a/include/SDL3/SDL_system.h +++ b/include/SDL3/SDL_system.h @@ -467,8 +467,7 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath(void) * This path is unique to your application, but is public and can be written * to by other applications. * - * Your cache path is typically: - * `/data/data/your.app.package/cache/`. + * Your cache path is typically: `/data/data/your.app.package/cache/`. * * This is a C wrapper over `android.content.Context.getCacheDir()`: * @@ -476,8 +475,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath(void) * * The returned string follows the SDL_GetStringRule. * - * \returns the path used for caches for this application on success - * or NULL on failure; call SDL_GetError() for more information. + * \returns the path used for caches for this application on success or NULL + * on failure; call SDL_GetError() for more information. * * \since This function is available since SDL 3.0.0. */