Commit 5842af1b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Fix a typo.

parent 727ed6ea
......@@ -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 );
......
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