mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
jscript: Add a trailing '\n' to a Wine trace.
This commit is contained in:
parent
4a0b67d72a
commit
db031bff74
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user