mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
quartz/tests: Fix missing void in empty parameter list.
This commit is contained in:
parent
ded6c50b78
commit
20f565de5e
@ -185,7 +185,7 @@ static const char afile[] = "test.avi";
|
||||
* By avoiding the filtergraph all together and connecting streams directly to
|
||||
* the null renderer I am sure that this is not the case here.
|
||||
*/
|
||||
static void test_threads()
|
||||
static void test_threads(void)
|
||||
{
|
||||
IFileSourceFilter *pfile = NULL;
|
||||
IBaseFilter *preader = NULL, *pavi = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user