Module: wine Branch: master Commit: f95b0209ab7417e059079e2eeb8f04017eddd892 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f95b0209ab7417e059079e2eeb...
Author: Alasdair Sinclair alasdairs@dsl.pipex.com Date: Tue Jan 27 23:35:31 2009 +0000
d3d9/tests: Fix missing void in empty parameter list.
---
dlls/d3d9/tests/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c index 135ceba..702b776 100644 --- a/dlls/d3d9/tests/device.c +++ b/dlls/d3d9/tests/device.c @@ -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