Gerald Pfeifer : msi: Add missing initializer for delete_ops.
31 Dec
2007
31 Dec
'07
6:32 p.m.
Module: wine Branch: master Commit: 63655bc1a1fff3088dce4ef325d58af25f36cc8a URL: http://source.winehq.org/git/wine.git/?a=commit;h=63655bc1a1fff3088dce4ef325... Author: Gerald Pfeifer <gerald(a)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 )
6652
Age (days ago)
6652
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard