Commit 73bf5f1a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 90cb553e
...@@ -717,7 +717,7 @@ static HRESULT assign_ident(exec_ctx_t *ctx, BSTR name, DISPPARAMS *dp) ...@@ -717,7 +717,7 @@ static HRESULT assign_ident(exec_ctx_t *ctx, BSTR name, DISPPARAMS *dp)
array = V_ARRAY(v); array = V_ARRAY(v);
break; break;
default: default:
FIXME("Unsupported array type %x\v", V_VT(v)); FIXME("Unsupported array type %x\n", V_VT(v));
return E_NOTIMPL; return E_NOTIMPL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment