mshtml: Remove space before '\n'.

Francois Gouget fgouget at free.fr
Tue Oct 3 07:09:01 CDT 2006


---
 dlls/mshtml/tests/htmldoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 19151a0..6a4a4da 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -1728,7 +1728,7 @@ static void test_readyState(IUnknown *un
         return;
 
     hres = IHTMLDocument2_get_readyState(htmldoc, NULL);
-    ok(hres == E_POINTER, "get_readyState failed: %08lx, expected \n", hres);
+    ok(hres == E_POINTER, "get_readyState failed: %08lx, expected\n", hres);
 
     hres = IHTMLDocument2_get_readyState(htmldoc, &state);
     ok(hres == S_OK, "get_ReadyState failed: %08lx\n", hres);
-- 
1.4.1.1




More information about the wine-patches mailing list