Commit 0e543a71 authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

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

parent 20f565de
......@@ -3225,7 +3225,7 @@ static DWORD CALLBACK test_WM_SETTEXT_esCallback(DWORD_PTR dwCookie,
return 0;
}
static void test_WM_SETTEXT()
static void test_WM_SETTEXT(void)
{
HWND hwndRichEdit = new_richedit(NULL);
const char * TestItem1 = "TestSomeText";
......
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