Commit 9e21dd57 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Fix a trace.

parent 57443e01
......@@ -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 )
......
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