d3dx9_36: Move 'static' to the beginning of the declaration.

This commit is contained in:
Michael Stefaniuc 2010-11-23 14:22:15 +01:00 committed by Alexandre Julliard
parent 5eac14f11c
commit b6a1951925
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ HRESULT WINAPI D3DXFillCubeTexture(LPDIRECT3DCUBETEXTURE9 texture,
BYTE *data, *pos; BYTE *data, *pos;
BYTE byte, mask; BYTE byte, mask;
float comp_value; float comp_value;
const static enum cube_coord coordmap[6][3] = static const enum cube_coord coordmap[6][3] =
{ {
{ONE, YCOORDINV, XCOORDINV}, {ONE, YCOORDINV, XCOORDINV},
{ZERO, YCOORDINV, XCOORD}, {ZERO, YCOORDINV, XCOORD},