mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
usp10/tests: Add a '\n' to an ok() call.
This commit is contained in:
parent
dc63061af1
commit
f73b860bc2
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ static void test_ScriptItemize( void )
|
||||||
int nItems;
|
int nItems;
|
||||||
|
|
||||||
usp10 = LoadLibraryA("usp10.dll");
|
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");
|
pScriptItemizeOpenType = (void*)GetProcAddress(usp10, "ScriptItemizeOpenType");
|
||||||
|
|
||||||
memset(&Control, 0, sizeof(Control));
|
memset(&Control, 0, sizeof(Control));
|
||||||
|
|
Loading…
Reference in a new issue