Browse Source

win-capture: static keyword comes before const

jp9000 10 years ago
parent
commit
fce3cf6bdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/win-capture/graphics-hook/gl-capture.c

+ 1 - 1
plugins/win-capture/graphics-hook/gl-capture.c

@@ -252,7 +252,7 @@ static inline bool gl_shtex_init_window(void)
 
 typedef HRESULT (WINAPI *create_dxgi_factory1_t)(REFIID, void **);
 
-const static D3D_FEATURE_LEVEL feature_levels[] =
+static const D3D_FEATURE_LEVEL feature_levels[] =
 {
 	D3D_FEATURE_LEVEL_11_0,
 	D3D_FEATURE_LEVEL_10_1,