msi: Remove a break that kept other columns from getting the table name.

This commit is contained in:
James Hawkins 2008-10-07 01:49:06 -05:00 committed by Alexandre Julliard
parent d15fddf6f5
commit aa230a6267
1 changed files with 0 additions and 3 deletions

View File

@ -177,10 +177,7 @@ UINT CREATE_CreateView( MSIDATABASE *db, MSIVIEW **view, LPWSTR table,
col->table = strdupW(table); col->table = strdupW(table);
if( !col->temporary ) if( !col->temporary )
{
temp = FALSE; temp = FALSE;
break;
}
} }
/* fill the structure */ /* fill the structure */