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

This commit is contained in:
Francois Gouget 2013-11-14 10:02:24 +01:00 committed by Alexandre Julliard
parent 90cb553e5e
commit 73bf5f1ae6
1 changed files with 1 additions and 1 deletions

View File

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