From db031bff74e7dae9ebf5a59bf4aeac6319199b19 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 24 Sep 2008 12:17:41 +0200 Subject: [PATCH] jscript: Add a trailing '\n' to a Wine trace. --- dlls/jscript/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/jscript/string.c b/dlls/jscript/string.c index d4f58cd11d4..1ceb80ae77c 100644 --- a/dlls/jscript/string.c +++ b/dlls/jscript/string.c @@ -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; }