Commit bb62fe7f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent cc9ce65d
......@@ -73,7 +73,7 @@ static inline HRESULT enumvar_get_next_item(EnumeratorInstance *This)
VariantClear(&nextitem);
if (FAILED(hres))
{
WARN("failed to convert jsval to variant!");
WARN("failed to convert jsval to variant!\n");
This->item = jsval_undefined();
return hres;
}
......
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