ole32: Fix a typo in argument name.

This commit is contained in:
Nikolay Sivov 2015-06-16 22:43:23 +03:00 committed by Alexandre Julliard
parent 1133295267
commit 4cef7ad841
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static unsigned char * handle_UserUnmarshal(ULONG *pFlags, unsigned char *pBuffe
return pBuffer + sizeof(RemotableHandle);
}
static void handle_UserFree(ULONG *pFlags, HANDLE *phMenu)
static void handle_UserFree(ULONG *pFlags, HANDLE *handle)
{
/* nothing to do */
}