vbscript: Fix a trailing FIXME() '\n'.
This commit is contained in:
parent
90cb553e5e
commit
73bf5f1ae6
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue