From 5e61f245ab5e5dd178a35001b37bab1f6292ffd7 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 15 Nov 2022 05:25:16 +0000 Subject: [PATCH] Sync SDL wiki -> header --- include/SDL_filesystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_filesystem.h b/include/SDL_filesystem.h index 60f8202be..1914f81d9 100644 --- a/include/SDL_filesystem.h +++ b/include/SDL_filesystem.h @@ -61,8 +61,8 @@ extern "C" { * `/Applications/SDLApp/` * * **Nintendo 3DS Specific Functionality**: This function returns "romfs" - * directory of the application as it is uncommon to store resources - * outside the executable. As such it is not a writable directory. + * directory of the application as it is uncommon to store resources outside + * the executable. As such it is not a writable directory. * * The returned path is guaranteed to end with a path separator ('\' on * Windows, '/' on most other platforms).