Commit 78210e17 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

jscript: Add a trailing '\n' to a FIXME().

parent a4d391d6
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment