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

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

parent 9de1f809
......@@ -5153,7 +5153,7 @@ static void test_viewmodify_delete_temporary(void)
DeleteFileA(msifile);
}
static void test_deleterow()
static void test_deleterow(void)
{
MSIHANDLE hdb, hview, hrec;
const char *query;
......
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