Francois Gouget : jscript: Add a trailing '\n' to a FIXME().
Module: wine Branch: master Commit: 78210e17fab6ff602ee67b35f72465c0ed61001b URL: http://source.winehq.org/git/wine.git/?a=commit;h=78210e17fab6ff602ee67b35f7... Author: Francois Gouget <fgouget(a)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; }
participants (1)
-
Alexandre Julliard