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();