d3d9/tests: Make a variable static const.

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Matteo Bruni 2020-12-01 19:11:28 +01:00 committed by Alexandre Julliard
parent 4adfe31003
commit 1b439c1def
1 changed files with 1 additions and 1 deletions

View File

@ -16799,7 +16799,7 @@ static void fp_special_test(void)
0x0000ffff, /* end */
};
struct
static const struct
{
float x, y, z;
float s;