Sebastian Lackner : d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport.

Alexandre Julliard julliard at winehq.org
Mon Jun 5 16:56:31 CDT 2017


Module: wine
Branch: master
Commit: 1b4e62738dc39fef29922684ab2483cd0aab4a1a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1b4e62738dc39fef29922684ab2483cd0aab4a1a

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Mon Jun  5 14:46:20 2017 +0200

d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 fcf5d10..e84c365 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;




More information about the wine-cvs mailing list