From 44dff975612602772f3470edad646f2ded3ef0b4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 13 Apr 2024 18:41:33 +0200 Subject: SystemLib: Adding TrueType support for SystemLib as part of the specs. Public: Add symlink to root as part of the install specs. Signed-off-by: Amlal El Mahrouss --- Public/Developer/SystemLib/Sources/File.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Developer/SystemLib/Sources/File.c') diff --git a/Public/Developer/SystemLib/Sources/File.c b/Public/Developer/SystemLib/Sources/File.c index 1432e7e0..ca23d9f7 100644 --- a/Public/Developer/SystemLib/Sources/File.c +++ b/Public/Developer/SystemLib/Sources/File.c @@ -35,4 +35,4 @@ CA_EXTERN_C VoidType FsCloseFile(FSRef refFs) { kSharedApplication->Invoke(kSharedApplication, refFs, kFlushFile); kSharedApplication->Invoke(kSharedApplication, kCallCloseFile, refFs); -} \ No newline at end of file +} -- cgit v1.2.3