summaryrefslogtreecommitdiffhomepage
path: root/Public/Developer/SystemLib/Sources/File.c
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-04-22 08:37:14 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-04-22 08:37:14 +0000
commit09e1c9738bc5dce28a6e181ebc585f0dea01f109 (patch)
tree2df231f8601402147514572120f762c69bf5c84a /Public/Developer/SystemLib/Sources/File.c
parent41cc598c501ee190385c041b2149eae228b24741 (diff)
parent76c0c6b21532aee82df5bd62cd886bc63d933899 (diff)
Merged in MHR-5 (pull request #1)
MHR-5
Diffstat (limited to 'Public/Developer/SystemLib/Sources/File.c')
-rw-r--r--Public/Developer/SystemLib/Sources/File.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Public/Developer/SystemLib/Sources/File.c b/Public/Developer/SystemLib/Sources/File.c
index 39a4aff0..6e4a7440 100644
--- a/Public/Developer/SystemLib/Sources/File.c
+++ b/Public/Developer/SystemLib/Sources/File.c
@@ -25,7 +25,8 @@ CA_EXTERN_C FSRef FsOpenFile(const CharacterTypeUTF8* path,
CA_MUST_PASS(path && FsIsValidPath(path) == Yes);
CA_MUST_PASS(rest);
- return kSharedApplication->Invoke(kSharedApplication, kCallOpenFile, path, rest);
+ return kSharedApplication->Invoke(kSharedApplication, kCallOpenFile, path,
+ rest);
}
/// @brief Closes the file and flushes it to the said file.