mshtml/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Fri Oct 10 06:44:00 CDT 2008


---
 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 3944962..90e5583 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -282,7 +282,7 @@ static HRESULT WINAPI funcDisp_InvokeEx(IDispatchEx *iface, DISPID id, LCID lcid
     ok(V_VT(pdp->rgvarg+1) == VT_BOOL, "V_VT(rgvarg[1]) = %d\n", V_VT(pdp->rgvarg));
     ok(V_BOOL(pdp->rgvarg+1) == VARIANT_TRUE, "V_BOOL(rgvarg[1]) = %x\n", V_BOOL(pdp->rgvarg));
     ok(pvarRes != NULL, "pvarRes == NULL\n");
-    ok(pei != NULL, "pei == NULL");
+    ok(pei != NULL, "pei == NULL\n");
     ok(!pspCaller, "pspCaller != NULL\n");
 
     V_VT(pvarRes) = VT_I4;
-- 
1.5.6.5



More information about the wine-patches mailing list