jscript: Add a trailing '\n' to a FIXME().

Francois Gouget fgouget at free.fr
Sun Aug 30 13:19:58 CDT 2009


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

diff --git a/dlls/jscript/function.c b/dlls/jscript/function.c
index e8bfe75..1894804 100644
--- a/dlls/jscript/function.c
+++ b/dlls/jscript/function.c
@@ -421,7 +421,7 @@ static HRESULT Function_apply(DispatchEx *dispex, LCID lcid, WORD flags, DISPPAR
             hres = array_to_args(arg_array, lcid, ei, caller, &args);
             jsdisp_release(arg_array);
         }else {
-            FIXME("throw TypeError");
+            FIXME("throw TypeError\n");
             hres = E_FAIL;
         }
     }
-- 
1.6.3.3




More information about the wine-patches mailing list