From 7406b20eef3879b379d79d88b3db5f4f775fce30 Mon Sep 17 00:00:00 2001 From: tesnos Date: Mon, 9 Jul 2018 21:22:29 -0400 Subject: [PATCH] move newline --- nx/include/switch/services/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index 6dcb6c4d..0c6ecd63 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -144,8 +144,8 @@ void fsExit(void); Service* fsGetServiceSession(void); - Result fsOpenBisStorage(FsStorage* out, u32 PartitionId); + /// Do not call this directly, see fs_dev.h. Result fsMountSdcard(FsFileSystem* out);