Commit ded6c50b authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

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

parent 8236f362
...@@ -495,7 +495,7 @@ static void test_OleCreatePictureIndirect(void) ...@@ -495,7 +495,7 @@ static void test_OleCreatePictureIndirect(void)
IPicture_Release(pict); IPicture_Release(pict);
} }
static void test_apm() static void test_apm(void)
{ {
OLE_HANDLE handle; OLE_HANDLE handle;
LPSTREAM stream; LPSTREAM stream;
......
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