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

Francois Gouget fgouget at free.fr
Wed Sep 24 05:17:41 CDT 2008


---
 dlls/jscript/string.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/jscript/string.c b/dlls/jscript/string.c
index d4f58cd..1ceb80a 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;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list