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

Alexandre Julliard julliard at winehq.org
Mon May 16 11:36:46 CDT 2011


Module: wine
Branch: master
Commit: f73b860bc2c8dd33da981cd6083c8b1026711959
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f73b860bc2c8dd33da981cd6083c8b1026711959

Author: Francois Gouget <fgouget at 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));




More information about the wine-cvs mailing list