From 26f8ac8fae3ad60afd979e18ae71315209108ebc Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 14 Jan 2014 13:49:42 +0100 Subject: [PATCH] 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 52a365b5d01..7b5de8bcaca 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,