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

This commit is contained in:
Francois Gouget 2009-09-10 17:58:59 +02:00 committed by Alexandre Julliard
parent a4d391d65a
commit 78210e17fa
1 changed files with 1 additions and 1 deletions

View File

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