From 38bbc45b31000b5fd43344bb615b2e156957c272 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 6 Jan 2011 19:03:09 +0000 Subject: [PATCH 1/1] [APITESTS:GDI32] Add missing \n svn path=/trunk/; revision=50306 --- rostests/apitests/gdi32/AddFontResourceEx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/gdi32/AddFontResourceEx.c b/rostests/apitests/gdi32/AddFontResourceEx.c index 228aa4ccab7..5c374d9a5e4 100644 --- a/rostests/apitests/gdi32/AddFontResourceEx.c +++ b/rostests/apitests/gdi32/AddFontResourceEx.c @@ -29,7 +29,7 @@ void Test_AddFontResourceExW() SetLastError(_SEH2_GetExceptionCode()); } _SEH2_END - ok(result == -1, "AddFontResourceExW should throw an exception!, result == %d", result); + ok(result == -1, "AddFontResourceExW should throw an exception!, result == %d\n", result); ok(GetLastError() == 0xc0000005, "GetLastError()==%lx\n", GetLastError()); /* Test "" filename */ -- 2.17.1