Module: wine Branch: master Commit: f73b860bc2c8dd33da981cd6083c8b1026711959 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f73b860bc2c8dd33da981cd608...
Author: Francois Gouget fgouget@free.fr Date: Sun May 15 11:30:44 2011 +0200
usp10/tests: Add a '\n' to an ok() call.
---
dlls/usp10/tests/usp10.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c index f741786..a58d8b8 100644 --- a/dlls/usp10/tests/usp10.c +++ b/dlls/usp10/tests/usp10.c @@ -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));