msi: Fix a typo.

This commit is contained in:
James Hawkins 2006-07-26 14:52:56 -07:00 committed by Alexandre Julliard
parent 727ed6eae6
commit 5842af1b95
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ static MSITABLE *read_table_from_storage( IStorage *stg, LPCWSTR name,
goto err;
/* transpose all the data */
TRACE("Transposing data from %d columns\n", t->row_count );
TRACE("Transposing data from %d rows\n", t->row_count );
for( i=0; i<t->row_count; i++ )
{
t->data[i] = msi_alloc( row_size );