msi: Add a missing struct initialization.

This commit is contained in:
James Hawkins 2007-11-06 05:18:24 -06:00 committed by Alexandre Julliard
parent 6f140f9bec
commit fcc490d047
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ static const MSIVIEWOPS create_ops =
NULL,
NULL,
NULL,
NULL,
};
static UINT check_columns( column_info *col_info )