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

This commit is contained in:
Francois Gouget 2009-08-30 20:19:58 +02:00 committed by Alexandre Julliard
parent 870f1a274f
commit 85c5d3e28b
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ static HRESULT Function_apply(DispatchEx *dispex, LCID lcid, WORD flags, DISPPAR
hres = array_to_args(arg_array, lcid, ei, caller, &args);
jsdisp_release(arg_array);
}else {
FIXME("throw TypeError");
FIXME("throw TypeError\n");
hres = E_FAIL;
}
}