Commit 44df3f54 authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

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

parent 0e543a71
......@@ -48,7 +48,7 @@ static HWND new_richedit(HWND parent) {
return new_window(RICHEDIT_CLASS10A, ES_MULTILINE, parent);
}
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