From 6184d516212d7071a96296b871739a9ec6b66b9a Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 27 Feb 2025 14:36:35 +0200 Subject: [PATCH] clang fix --- src/core/libraries/font/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libraries/font/font.h b/src/core/libraries/font/font.h index e62dc9d78..f89e04732 100644 --- a/src/core/libraries/font/font.h +++ b/src/core/libraries/font/font.h @@ -43,7 +43,7 @@ struct OrbisFontStyleFrame { u16 magic; // Expected to be 0xF09 u16 flags; // - float slantRatio; //0x24 + float slantRatio; // 0x24 }; s32 PS4_SYSV_ABI sceFontAttachDeviceCacheBuffer();