Commit 1b4e6273 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

d3d11: Remove duplicate const in d3d11_device_CheckFormatSupport.

parent 2dc2db77
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment