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

This commit is contained in:
Francois Gouget 2011-05-15 11:30:44 +02:00 committed by Alexandre Julliard
parent dc63061af1
commit f73b860bc2

View file

@ -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));