Commit 20f565de authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

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

parent ded6c50b
...@@ -185,7 +185,7 @@ static const char afile[] = "test.avi"; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment