mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
msi: Add a missing struct initialization.
This commit is contained in:
parent
6f140f9bec
commit
fcc490d047
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ static const MSIVIEWOPS create_ops =
|
|||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
|
||||
static UINT check_columns( column_info *col_info )
|
||||
|
|
Loading…
Reference in a new issue