Commit 85c5d3e2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 870f1a27
...@@ -421,7 +421,7 @@ static HRESULT Function_apply(DispatchEx *dispex, LCID lcid, WORD flags, DISPPAR ...@@ -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;
} }
} }
......
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