msi: Add a missing struct initialization.
This commit is contained in:
parent
6f140f9bec
commit
fcc490d047
|
@ -135,6 +135,7 @@ static const MSIVIEWOPS create_ops =
|
|||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
|
||||
static UINT check_columns( column_info *col_info )
|
||||
|
|
Loading…
Reference in New Issue