From abccac389776b66d22032b406b0232001b0517fd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 8 Nov 2009 10:53:22 +0100 Subject: [PATCH] mshtml/tests: Fix a trailing '\n' in an ok() call. --- dlls/mshtml/tests/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c index 05f2e4e7a42..8daa9bcb3fe 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; }