6 Nov
2007
6 Nov
'07
2:24 p.m.
Module: wine Branch: master Commit: fcc490d04793acda23069a7a70259c31a2cdde0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=fcc490d04793acda23069a7a70... Author: James Hawkins <truiken(a)gmail.com> Date: Tue Nov 6 05:18:24 2007 -0600 msi: Add a missing struct initialization. --- dlls/msi/create.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/msi/create.c b/dlls/msi/create.c index ed6b43a..ae9f69c 100644 --- a/dlls/msi/create.c +++ b/dlls/msi/create.c @@ -135,6 +135,7 @@ static const MSIVIEWOPS create_ops = NULL, NULL, NULL, + NULL, }; static UINT check_columns( column_info *col_info )