jscript: Add a trailing '\n' to a FIXME().
This commit is contained in:
parent
870f1a274f
commit
85c5d3e28b
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user