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

This commit is contained in:
Francois Gouget 2008-09-24 12:17:41 +02:00 committed by Alexandre Julliard
parent 4a0b67d72a
commit db031bff74
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}