https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08d72bd076a8fc65d90b289cacf9c26bed93a696
commit 08d72bd076a8fc65d90b289cacf9c26bed93a696 Author: Katayama Hirofumi MZ <[email protected]> AuthorDate: Fri Jan 25 23:00:35 2019 +0900 Commit: Katayama Hirofumi MZ <[email protected]> CommitDate: Fri Jan 25 23:01:07 2019 +0900 [WIN32KNT_APITEST] Fix NtGdiGetFontResourceInfoInternalW message --- .../rostests/apitests/win32nt/ntgdi/NtGdiGetFontResourceInfoInternalW.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/win32nt/ntgdi/NtGdiGetFontResourceInfoInternalW.c b/modules/rostests/apitests/win32nt/ntgdi/NtGdiGetFontResourceInfoInternalW.c index 0eae92cd22..dde7d7e2be 100644 --- a/modules/rostests/apitests/win32nt/ntgdi/NtGdiGetFontResourceInfoInternalW.c +++ b/modules/rostests/apitests/win32nt/ntgdi/NtGdiGetFontResourceInfoInternalW.c @@ -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);
