Author: jgardou
Date: Thu Jan 6 19:03:09 2011
New Revision: 50306
URL:
http://svn.reactos.org/svn/reactos?rev=50306&view=rev
Log:
[APITESTS:GDI32]
Add missing \n
Modified:
trunk/rostests/apitests/gdi32/AddFontResourceEx.c
Modified: trunk/rostests/apitests/gdi32/AddFontResourceEx.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/AddFontRes…
==============================================================================
--- trunk/rostests/apitests/gdi32/AddFontResourceEx.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32/AddFontResourceEx.c [iso-8859-1] Thu Jan 6 19:03:09
2011
@@ -29,7 +29,7 @@
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 */