[WIN32KNT_APITEST] Fix NtGdiGetFontResourceInfoInternalW message

This commit is contained in:
Katayama Hirofumi MZ
2019-01-25 23:00:35 +09:00
parent 7d57324d5d
commit 08d72bd076

View File

@@ -31,7 +31,7 @@ START_TEST(NtGdiGetFontResourceInfoInternalW)
&logfont,
2);
ok(bRet != FALSE, "bRet was not FALSE.\n");
ok(bRet != FALSE, "bRet was FALSE.\n");
printf("lfHeight = %ld\n", logfont.lfHeight);
printf("lfWidth = %ld\n", logfont.lfWidth);