d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport.

Sebastian Lackner sebastian at fds-team.de
Mon Jun 5 07:46:20 CDT 2017


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 dlls/d3d11/device.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d11/device.c b/dlls/d3d11/device.c
index fcf5d10a3b2..e84c3655e08 100644
--- a/dlls/d3d11/device.c
+++ b/dlls/d3d11/device.c
@@ -3324,7 +3324,7 @@ static HRESULT STDMETHODCALLTYPE d3d11_device_CheckFormatSupport(ID3D11Device *i
     struct wined3d *wined3d;
     unsigned int i;
 
-    static const const struct
+    static const struct
     {
         enum wined3d_resource_type rtype;
         unsigned int usage;
-- 
2.13.0



More information about the wine-patches mailing list