Module: wine Branch: master Commit: 26f8ac8fae3ad60afd979e18ae71315209108ebc URL: http://source.winehq.org/git/wine.git/?a=commit;h=26f8ac8fae3ad60afd979e18ae...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jan 14 13:49:42 2014 +0100
shell32: Avoid a duplicate const.
---
dlls/shell32/shelldispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/shell32/shelldispatch.c b/dlls/shell32/shelldispatch.c index 52a365b..7b5de8b 100644 --- a/dlls/shell32/shelldispatch.c +++ b/dlls/shell32/shelldispatch.c @@ -49,7 +49,7 @@ enum tid_t { };
static ITypeLib *typelib; -static const REFIID tid_ids[] = +static const IID * const tid_ids[] = { &IID_NULL, &IID_IShellDispatch5,