mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
jscript: Add a trailing '\n' to a FIXME().
This commit is contained in:
parent
a4d391d65a
commit
78210e17fa
@ -2036,7 +2036,7 @@ static HRESULT in_eval(exec_ctx_t *ctx, VARIANT *lval, VARIANT *obj, jsexcept_t
|
||||
HRESULT hres;
|
||||
|
||||
if(V_VT(obj) != VT_DISPATCH) {
|
||||
FIXME("throw TypeError");
|
||||
FIXME("throw TypeError\n");
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user