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

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); hres = array_to_args(arg_array, lcid, ei, caller, &args);
jsdisp_release(arg_array); jsdisp_release(arg_array);
}else { }else {
FIXME("throw TypeError"); FIXME("throw TypeError\n");
hres = E_FAIL; hres = E_FAIL;
} }
} }