mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
msi: Fix a trace.
This commit is contained in:
parent
57443e0112
commit
9e21dd57ae
@ -141,9 +141,9 @@ static const MSIVIEWOPS alter_ops =
|
||||
|
||||
UINT ALTER_CreateView( MSIDATABASE *db, MSIVIEW **view, LPCWSTR name, int hold )
|
||||
{
|
||||
MSIALTERVIEW *av = NULL;
|
||||
MSIALTERVIEW *av;
|
||||
|
||||
TRACE("%p\n", av );
|
||||
TRACE("%p\n", view );
|
||||
|
||||
av = msi_alloc_zero( sizeof *av );
|
||||
if( !av )
|
||||
|
Loading…
Reference in New Issue
Block a user