Francois Gouget : vbscript: Fix a trailing FIXME() '\n'.

Alexandre Julliard julliard at winehq.org
Thu Nov 14 13:57:10 CST 2013


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 14 10:02:24 2013 +0100

vbscript: Fix a trailing FIXME() '\n'.

---

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

diff --git a/dlls/vbscript/interp.c b/dlls/vbscript/interp.c
index 07b2a92..4a137cd 100644
--- a/dlls/vbscript/interp.c
+++ b/dlls/vbscript/interp.c
@@ -717,7 +717,7 @@ static HRESULT assign_ident(exec_ctx_t *ctx, BSTR name, DISPPARAMS *dp)
                 array = V_ARRAY(v);
                 break;
             default:
-                FIXME("Unsupported array type %x\v", V_VT(v));
+                FIXME("Unsupported array type %x\n", V_VT(v));
                 return E_NOTIMPL;
             }
 




More information about the wine-cvs mailing list