James Hawkins : msi: Add a missing struct initialization.

Alexandre Julliard julliard at winehq.org
Tue Nov 6 08:24:42 CST 2007


Module: wine
Branch: master
Commit: fcc490d04793acda23069a7a70259c31a2cdde0c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fcc490d04793acda23069a7a70259c31a2cdde0c

Author: James Hawkins <truiken at 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 )




More information about the wine-cvs mailing list