Commit 5e61f245ab5e5dd178a35001b37bab1f6292ffd7

SDL Wiki Bot 2022-11-15T05:25:16

Sync SDL wiki -> header

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/SDL_filesystem.h b/include/SDL_filesystem.h
index 60f8202..1914f81 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).