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; }