mirror of
https://github.com/reactos/wine.git
synced 2025-01-27 06:53:49 +00:00
mshtml/tests: Fix a trailing '\n' in an ok() call.
This commit is contained in:
parent
6f643290cf
commit
abccac3897
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user