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

Alexandre Julliard julliard at winehq.org
Fri Sep 11 10:52:23 CDT 2009


Module: wine
Branch: master
Commit: 78210e17fab6ff602ee67b35f72465c0ed61001b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78210e17fab6ff602ee67b35f72465c0ed61001b

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep 10 17:58:59 2009 +0200

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

---

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

diff --git a/dlls/jscript/engine.c b/dlls/jscript/engine.c
index 1ff5eb3..efd5e46 100644
--- a/dlls/jscript/engine.c
+++ b/dlls/jscript/engine.c
@@ -2036,7 +2036,7 @@ static HRESULT in_eval(exec_ctx_t *ctx, VARIANT *lval, VARIANT *obj, jsexcept_t
     HRESULT hres;
 
     if(V_VT(obj) != VT_DISPATCH) {
-        FIXME("throw TypeError");
+        FIXME("throw TypeError\n");
         return E_FAIL;
     }
 




More information about the wine-cvs mailing list