Add missing initializer in dlls/msi/delete.c

Gerald Pfeifer gerald at pfeifer.com
Sat Dec 29 02:14:07 CST 2007


I believe we've got a couple more of those and will investigate in
the next weeks.  (Current snapshots of GCC 4.3 would warn about this.)

Gerald

ChangeLog:
Add missing initializer for delete_ops.

Index: dlls/msi/delete.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/delete.c,v
retrieving revision 1.14
diff -u -3 -p -r1.14 delete.c
--- dlls/msi/delete.c	27 Jul 2007 12:36:14 -0000	1.14
+++ dlls/msi/delete.c	29 Dec 2007 08:03:55 -0000
@@ -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-patches mailing list