ole32: Fix a declaration.

This commit is contained in:
Mike McCormack 2006-04-18 17:18:19 +09:00 committed by Alexandre Julliard
parent 64659785de
commit d7424771ea
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ static HRESULT DataObjectImpl_CreateText(LPSTR text, LPDATAOBJECT *lplpdataobj)
return S_OK;
}
static void test_set_clipboard()
static void test_set_clipboard(void)
{
HRESULT hr;
ULONG ref;