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 */