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

jscript: Add a trailing '\n' to a Wine trace.

parent 4a0b67d7
......@@ -457,7 +457,7 @@ static HRESULT String_slice(DispatchEx *dispex, LCID lcid, WORD flags, DISPPARAM
str = string->str;
length = string->length;
}else {
FIXME("this is not a string class");
FIXME("this is not a string class\n");
return E_NOTIMPL;
}
......
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