Commit f73b860b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

usp10/tests: Add a '\n' to an ok() call.

parent dc63061a
......@@ -202,7 +202,7 @@ static void test_ScriptItemize( void )
int nItems;
usp10 = LoadLibraryA("usp10.dll");
ok (usp10 != 0,"Unable to LoadLibrary on usp10.dll");
ok (usp10 != 0,"Unable to LoadLibrary on usp10.dll\n");
pScriptItemizeOpenType = (void*)GetProcAddress(usp10, "ScriptItemizeOpenType");
memset(&Control, 0, sizeof(Control));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment