diff --git a/reactos/subsystems/win32/win32k/objects/text.c b/reactos/subsystems/win32/win32k/objects/text.c index c2ec13cb0cb..cd9bc1c7a81 100644 --- a/reactos/subsystems/win32/win32k/objects/text.c +++ b/reactos/subsystems/win32/win32k/objects/text.c @@ -284,7 +284,7 @@ IntGdiAddFontResource(PUNICODE_STRING FileName, DWORD Characteristics) PFONT_ENTRY Entry; PSECTION_OBJECT SectionObject; ULONG ViewSize = 0; - //FT_Fixed XScale, YScale; + FT_Fixed XScale, YScale; /* Open the font file */