Gerald Pfeifer : msi: Add missing initializer for delete_ops.

Alexandre Julliard julliard at winehq.org
Mon Dec 31 12:32:29 CST 2007


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

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sat Dec 29 09:14:07 2007 +0100

msi: Add missing initializer for delete_ops.

---

 dlls/msi/delete.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/delete.c b/dlls/msi/delete.c
index 57b0a2e..d315f27 100644
--- a/dlls/msi/delete.c
+++ b/dlls/msi/delete.c
@@ -198,6 +198,7 @@ static const MSIVIEWOPS delete_ops =
     NULL,
     NULL,
     NULL,
+    NULL
 };
 
 UINT DELETE_CreateView( MSIDATABASE *db, MSIVIEW **view, MSIVIEW *table )




More information about the wine-cvs mailing list