mshtml/tests: Fix a trailing '\n' in an ok() call.

Francois Gouget fgouget at free.fr
Sun Nov 8 03:53:22 CST 2009


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

diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c
index 05f2e4e..8daa9bc 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -376,7 +376,7 @@ static HRESULT WINAPI scriptDisp_GetDispID(IDispatchEx *iface, BSTR bstrName, DW
         return E_FAIL;
     }
 
-    ok(0, "unexpected call\b");
+    ok(0, "unexpected call\n");
     return E_NOTIMPL;
 }
 
-- 
1.6.3.3




More information about the wine-patches mailing list