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

Francois Gouget fgouget at free.fr
Thu Nov 14 03:02:24 CST 2013


---
 dlls/vbscript/interp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
             }
 
-- 
1.8.4.2




More information about the wine-patches mailing list