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
|
* By avoiding the filtergraph all together and connecting streams directly to
|
||||||
* the null renderer I am sure that this is not the case here.
|
* 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;
|
IFileSourceFilter *pfile = NULL;
|
||||||
IBaseFilter *preader = NULL, *pavi = NULL;
|
IBaseFilter *preader = NULL, *pavi = NULL;
|
||||||
|
|
Loading…
Reference in New Issue