Commit 4cef7ad8 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ole32: Fix a typo in argument name.

parent 11332952
...@@ -308,7 +308,7 @@ static unsigned char * handle_UserUnmarshal(ULONG *pFlags, unsigned char *pBuffe ...@@ -308,7 +308,7 @@ static unsigned char * handle_UserUnmarshal(ULONG *pFlags, unsigned char *pBuffe
return pBuffer + sizeof(RemotableHandle); return pBuffer + sizeof(RemotableHandle);
} }
static void handle_UserFree(ULONG *pFlags, HANDLE *phMenu) static void handle_UserFree(ULONG *pFlags, HANDLE *handle)
{ {
/* nothing to do */ /* nothing to do */
} }
......
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