Commit fcc490d0 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Add a missing struct initialization.

parent 6f140f9b
......@@ -135,6 +135,7 @@ static const MSIVIEWOPS create_ops =
NULL,
NULL,
NULL,
NULL,
};
static UINT check_columns( column_info *col_info )
......
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