mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
d3d9/tests: Fix missing void in empty parameter list.
This commit is contained in:
parent
cbeff91bd0
commit
f95b0209ab
@ -1973,7 +1973,7 @@ struct formats x8r8g8b8_format_list[] =
|
||||
{ 0, 0, 0}
|
||||
};
|
||||
|
||||
static void test_display_formats()
|
||||
static void test_display_formats(void)
|
||||
{
|
||||
/* Direct3D9 offers 4 display formats R5G6B5, X1R5G5B5, X8R8G8B8 and A2R10G10B10.
|
||||
* Next to these there are 6 different backbuffer formats. Only a fixed number of
|
||||
|
Loading…
Reference in New Issue
Block a user