quartz/tests: Fix missing void in empty parameter list.

This commit is contained in:
Alasdair Sinclair 2009-01-29 20:58:26 +00:00 committed by Alexandre Julliard
parent ded6c50b78
commit 20f565de5e
1 changed files with 1 additions and 1 deletions

View File

@ -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;